Usage | Returns |
---|---|
Image.arrayReduce(reducer, axes, fieldAxis) | Image |
Argument | Type | Details |
---|---|---|
this: input | Image | Input image. |
reducer | Reducer | The reducer to apply |
axes | List | The list of array axes to reduce in each pixel. The output will have a length of 1 in all these axes. |
fieldAxis | Integer, default: null | The axis for the reducer's input and output fields. Only required if the reducer has multiple inputs or outputs. |