ee.Image.hsvToRgb
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה ממירה את התמונה ממרחב הצבעים HSV למרחב הצבעים RGB. הפונקציה מצפה לקבל תמונה עם 3 רצועות בטווח [0, 1], ומפיקה 3 רצועות: אדום, ירוק וכחול עם ערכים בטווח [0, 1].
שימוש | החזרות |
---|
Image.hsvToRgb() | תמונה |
ארגומנט | סוג | פרטים |
---|
זה: image | תמונה | התמונה שרוצים לבצע בה טרנספורמציה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]