Back to module list
Mask objects
Description
Applies the mask image to the specified object collection. Only object pixels coincident with black pixels (intensity 0) will be removed.
Parameters
- Input objects
- Description: Objects to be masked.
- Type: InputObjectsP
- Mask image
- Description: Image to use as mask on input objects. Object coordinates coincident with black pixels (pixel intensity = 0) are removed.
- Type: InputImageP
- Output object mode
- Description: Controls how the masked objects will be stored.
- "Create new objects" (default) will add the masked objects to a new object set and store this set in the workspace.
- "Update input objects" will replace the coordinates of the input object with the masked coordinates. All measurements associated with input objects will be transferred to the masked objects. - Type: ChoiceP
- Default value: Create new objects
- Choices:
- Create new objects
- Update input objects
- Output objects
- Description: Name for the output masked objects to be stored in workspace.
- Type: OutputObjectsP