Functions | |
boolean | Execute () |
Executes the blob analysis using the currently assigned property values. More... | |
boolean | ExecuteBinarization () |
The method binarizes an image using the currently assigned property values (#PlaneIndex, #X0, #X1, #Y0 and #Y1, #ThresholdLower and #ThresholdUpper). More... | |
boolean | SortResults () |
This function sorts the objects by certain criteria (see #SortMode property). More... | |
boolean Execute | ( | ) |
Executes the blob analysis using the currently assigned property values.
The function performs a validation of the property values in advance and fires the #CVCError event in case of any error.
TRUE
on success, FALSE
on failure. boolean ExecuteBinarization | ( | ) |
The method binarizes an image using the currently assigned property values (#PlaneIndex, #X0, #X1, #Y0 and #Y1, #ThresholdLower and #ThresholdUpper).
The result image is available via the property #BinaryImage.
TRUE
on success, FALSE
on failure. boolean SortResults | ( | ) |