ee.Image.hsvToRgb
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przekształca obraz z przestrzeni kolorów HSV do przestrzeni kolorów RGB. Oczekuje obrazu 3-pasmowego w zakresie [0, 1] i generuje 3 pasma: czerwone, zielone i niebieskie o wartościach z zakresu [0, 1].
Wykorzystanie | Zwroty |
---|
Image.hsvToRgb() | Obraz |
Argument | Typ | Szczegóły |
---|
to: image | Obraz | Obraz do przekształcenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eTransforms an image from the HSV (Hue, Saturation, Value) color space to the RGB (Red, Green, Blue) color space.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a 3-band HSV image with values between 0 and 1 and outputs a 3-band RGB image with values also ranging from 0 to 1.\u003c/p\u003e\n"],["\u003cp\u003eCan be applied to an image using the \u003ccode\u003eImage.hsvToRgb()\u003c/code\u003e method, which returns the transformed image.\u003c/p\u003e\n"]]],["Converts an image from the HSV color space to the RGB color space. The input image should have three bands with values between 0 and 1. The output will be a three-band RGB image, also with values in the range of 0 to 1. The function `hsvToRgb()` is applied to an input image, and it returns the transformed image.\n"],null,["# ee.Image.hsvToRgb\n\nTransforms the image from the HSV color space to the RGB color space. Expects a 3-band image in the range \\[0, 1\\], and produces 3 bands: red, green and blue with values in the range \\[0, 1\\].\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Image.hsvToRgb`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-------------------------|\n| this: `image` | Image | The image to transform. |"]]