Functions | |
boolean | Execute () |
Executes the blob analysis using the currently set analysis parameters. More... | |
boolean | ExecuteBinarization () |
Binarizes the input image using the currently set thresholds and area of interest parameters. More... | |
boolean | SortResults () |
Sorts the blobs found by the Execute method using the sort criteria currently set (see SortMode property). More... | |
boolean Execute | ( | ) |
Executes the blob analysis using the currently set analysis parameters.
TRUE
if succeeded, FALSE
if an error occurred. boolean ExecuteBinarization | ( | ) |
Binarizes the input image using the currently set thresholds and area of interest parameters.
The result image may be accessed through the property \ref BinaryImage.
TRUE
if succeeded, FALSE
if an error occurred. boolean SortResults | ( | ) |
Sorts the blobs found by the Execute method using the sort criteria currently set (see SortMode property).
TRUE
if succeeded, FALSE
if an error occurred.