Projects the array in each pixel to a lower dimensional space by specifying the axes to retain. Dropped axes must be at most length 1.
Usage | Returns |
---|---|
Image.arrayProject(axes) | Image |
Argument | Type | Details |
---|---|---|
this: input | Image | Input image. |
axes | List | The axes to retain. Other axes will be discarded and must be at most length 1. |