ee.Image.int16
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wandelt den Eingabewert in eine vorzeichenbehaftete 16‑Bit-Ganzzahl um.
Nutzung | Ausgabe |
---|
Image.int16() | 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\u003eThe \u003ccode\u003eint16()\u003c/code\u003e function converts the input image's pixel values to signed 16-bit integers.\u003c/p\u003e\n"],["\u003cp\u003eThis operation is applied to an image and returns a modified image with the converted pixel values.\u003c/p\u003e\n"]]],["The function converts an input `value` (an Image) into a signed 16-bit integer representation. This operation is applied directly to the input image. The function returns a new `Image` object reflecting the type conversion of the original `value`. The `Image.int16()` method is used to perform this type cast operation on the image.\n"],null,["# ee.Image.int16\n\nCasts the input value to a signed 16-bit integer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------|---------|\n| Image.int16`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]