ee.Image.int16
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Konwertuje wartość wejściową na 16-bitową liczbę całkowitą ze znakiem.
Wykorzystanie | Zwroty |
---|
Image.int16() | Obraz |
Argument | Typ | Szczegóły |
---|
to: value | Obraz | Obraz, do którego zastosowano operację. |
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\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. |"]]