Parameters
Input image (default = "") Image from workspace to apply crop process to.
Apply to input image (default = "false") Select if the crop should be applied directly to the input image, or if it should be applied to a duplicate, then stored as a different image in the workspace.
Output image (default = "") Name of the output image created during the cropping process if storing the cropped image as a new image in the workspace ("Apply to input image" parameter).
Limits mode (default = "Fixed values") Controls how the limits for the cropped region are specified:
- "Fixed values" The input image will be cropped to the region specified by the fixed values, "Left coordinate", "Top coordinate", "Width" and "Height".
- "Object collection limits" The input image will be cropped to the region corresponding to the limits of the object collection specified by "Input objects"
Left coordinate (default = "0") Left crop coordinate. All pixels with x-coordinates lower than this will be removed. Specified in pixel units with indexing starting at 0.
Top coordinate (default = "0") Top crop coordinate. All pixels with y-coordinates lower than this will be removed. Specified in pixel units with indexing starting at 0.
Width (default = "512") Width (number of columns) of the output cropped region. Specified in pixel units.
Height (default = "512") Height (number of rows) of the output cropped region. Specified in pixel units.
Input objects (default = "") When "Limits mode" is set to "Object collection limits", these are the objects that will be used to define the cropped region.