SwisTrack/Components/BlobSelection
Description
editThis component detects the blobs resulting of a thresholding step and keeps those with their area, orientation and compactness between specified boundaries. It is really close to the blob detection component. The only difference is that the result is a black and white image and not particles. Therefore, additional binary processing can be done after this method (Such as erosion or dilation).
Input
editA binary (black and white) image.
Output
editA binary (black and white) image.
Parameters
editArea 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.