ee.Image.uint16
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Casts the input value to an unsigned 16-bit integer.
שימוש | החזרות |
---|
Image.uint16() | תמונה |
ארגומנט | סוג | פרטים |
---|
זה: value | תמונה | התמונה שהפעולה מוחלת עליה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eTransforms image data to unsigned 16-bit integer format.\u003c/p\u003e\n"],["\u003cp\u003eThe operation is applied to the provided input image and returns a modified image.\u003c/p\u003e\n"],["\u003cp\u003ePrimarily used for ensuring pixel data is represented as unsigned 16-bit integers, which is common in various image processing scenarios.\u003c/p\u003e\n"]]],["The function `uint16()` converts an input image (`value`) to an unsigned 16-bit integer representation. It operates on an `Image` type, and the output is also an `Image`. The function's sole purpose is to change the data type of the input image to an unsigned 16-bit integer, with the operation being applied directly to the provided image.\n"],null,["# ee.Image.uint16\n\nCasts the input value to an unsigned 16-bit integer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------|---------|\n| Image.uint16`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]