Back to module list
Identify objects
Description
Takes a binary image and uses connected components labelling to create objects Uses MorphoLibJ to perform connected components labelling in 3D. Larger label bit depths will require more memory, but will enable more objects to be detected (8-bit = 255 objects, 16-bit = 65535 objects, 32-bit = (near) unlimited.Parameters
- Input image
- Type: InputImageP
- Output objects
- Type: OutputObjectsP
- Black objects/white background
- Type: BooleanP
- Default value: true
- Identify as single object
- Type: BooleanP
- Default value: false
- Connectivity
- Type: ChoiceP
- Default value: 26
- Choices:
- 6
- 26