This component detects the blobs resulting of a thresholding step and keeps those with their area, orientation and compactness between specified bondaries.A maximum number of object can be selected, and in this case, only the biggest objects will be kept.
A binary (black and white) image.
Particles.
Maximum number of blobs kept. Only the biggest blobs are selected.
Choose if a selection based on the blobs area is done.
Minimal area of a selected blob in pixels.
Maximal area of a selected blob in pixels.
Choose if a selection based on the blobs compactness is done.
Minimal compactness of a selected blob (between 0 and 1).
Maximal compactness of a selected blob (between 0 and 1).
Choose if a selection based on the blobs orientation is done.
Minimal orientation of a selected blob in degrees.
Maximal orientation of a selected blob in degrees.