ee.Image.uint16
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wandelt den Eingabewert in eine vorzeichenlose 16‑Bit-Ganzzahl um.
Nutzung | Ausgabe |
---|
Image.uint16() | Bild |
Argument | Typ | Details |
---|
So gehts: value | Bild | Das Bild, auf das der Vorgang angewendet wird. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]