SwisTrack/Components/BlobDetectionMinMax
Description
editThis 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.
Input
editA binary (black and white) image.
Output
editParticles.
Parameters
editMax. blobs
editMaximum number of blobs kept. Only the biggest blobs are selected.
Area Selection
editChoose if a selection based on the blobs area is done.
Min. blob size
editMinimal area of a selected blob in pixels.
Max. blob size
editMaximal area of a selected blob in pixels.
Compactness Selection
editChoose if a selection based on the blobs compactness is done.
Min. compactness
editMinimal compactness of a selected blob (between 0 and 1).
Max. compactness
editMaximal compactness of a selected blob (between 0 and 1).
Orientation Selection
editChoose if a selection based on the blobs orientation is done.
Min. orientation
editMinimal orientation of a selected blob in degrees.
Max. orientation
editMaximal orientation of a selected blob in degrees.