Blob Separate
The Blob Separate module is used to separate blobs of different colors into distinct
objects such that they can be processed as individual blobs by the morphological routines
which assume a binary colored image. For instance, if an image is segmented into
colored blobs simply by reducing the number of colors used there will be many blobs
that touch each other. Applying a morphological module like "erode" will assume that all
non-black pixels constitute a single blob of connected pixels. Using the blob
separate module prior to the erode module will ensure that the erode module treats each
differently colored blobs as a separate entity.
Instructions
1. Insert the separate blob module. Blobs of similar colors will be separated from
other colored blobs by a black line
Example
| Source | Blob Separated after Flood Fill |
 |  |
See Also
Flood Fill
Border
|