ee.Image.bitsToArrayImage
Turns the bits of an integer into a 1-D array. The array has a length up to the highest 'on' bit in the input.
Usage | Returns |
---|
Image.bitsToArrayImage() | Image |
Argument | Type | Details |
---|
this: input | Image | Input image. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["This 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."],["It is accessed through the `Image.bitsToArrayImage()` method and returns an Image object."],["The method takes one argument, 'input', which represents the Image to be processed."]]],[]]