Table of Contents ▸ List of Commands ▸ Geometry Manipulation ▸ autocrop_coords | ◀ autocrop_components | autocrop_seq ▶ |
autocrop_coords
Arguments:
- _axes,_value1,_value2,...
Description:
Return coordinates of the bounding box that would be used to autocrop selected images, according to specified axes and values.axes can be { x | y | z | c | xy | xz | xc | yz | yc | zc | xyz | xyc | xzc | yzc | xyzc }.
If no axes are provided, autocrop is assumed to be spatial only (e.g. axes=xyz).
If no value arguments are provided, cropping value is automatically guessed.
If input image is constant and equal to the crop value, -1 is returned for all output coordinates.
Default values:
axes=xyz.