Module: MorphologicalSeparation ()
This module is deprecated. Separate Objects should be used instead.This module attempts to separate similarly sized objects that touch each other. The input to the module should be an already segmented label image. Objects are identified by their connectivity and their label number. The objects are separated based on morphological shape. New labels are introduced for all found objects.
The module generates a new field of the same type as the input field. Use CastField to map the input to short or integer if more than 255 objects should be detected.
Data [required]
Connect a segmented data set which can be either a label image or another field of primitive type char, short, or int.
Voxel number
Enter the minimum and maximum number of voxels of a connected component that this module should attempt to split. The maximum number can be 0, in which case it is ignored.