ee.Image.bitsToArrayImage
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przekształca bity liczby całkowitej w tablicę jednowymiarową. Długość tablicy jest równa najwyższemu bitowi „włączonemu” w danych wejściowych.
Wykorzystanie | Zwroty |
---|
Image.bitsToArrayImage() | Obraz |
Argument | Typ | Szczegóły |
---|
to: input | Obraz | Obraz wejściowy. |
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\u003eThis function transforms an integer's bits into a 1-D array, with the array's length determined by the highest 'on' bit in the integer.\u003c/p\u003e\n"],["\u003cp\u003eIt is accessed through the \u003ccode\u003eImage.bitsToArrayImage()\u003c/code\u003e method and returns an Image object.\u003c/p\u003e\n"],["\u003cp\u003eThe method takes one argument, 'input', which represents the Image to be processed.\u003c/p\u003e\n"]]],[],null,["# ee.Image.bitsToArrayImage\n\nTurns the bits of an integer into a 1-D array. The array has a length up to the highest 'on' bit in the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------|---------|\n| Image.bitsToArrayImage`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|--------------|\n| this: `input` | Image | Input image. |"]]