Returns the number of dimensions in each array band, and 0 for scalar image bands.
Usage | Returns |
---|---|
Image.arrayDimensions() | Image |
Argument | Type | Details |
---|---|---|
this: input | Image | Input image. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!