FBlob Control Reference 14.0
Methods

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...
 

Detailed Description

Function Documentation

◆ Execute()

boolean Execute ( )

Executes the blob analysis using the currently set analysis parameters.

Attention
Performs a validation of the property values in advance and fires the CVCError event in case of any error (see CVCError headerfile).
Returns
TRUE if succeeded, FALSE if an error occurred.
Supported platforms:
Win32
Win64
Related Topics:
CVCError event, ExecuteBinarization, SortResults

◆ ExecuteBinarization()

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.
Attention
Performs a validation of the property values in advance and fires the CVCError event in case of any error (see CVCError headerfile).
Returns
TRUE if succeeded, FALSE if an error occurred.
Supported platforms:
Win32
Win64
Related Topics:
CVCError event, BinaryImage, BinaryImageUpdated
PlaneIndex, X0, X1, Y0 and Y1, ThresholdLower and ThresholdUpper

◆ SortResults()

boolean SortResults ( )

Sorts the blobs found by the Execute method using the sort criteria currently set (see SortMode property).

Attention
In case of any error it fires the CVCError event (see CVCError headerfile).
Returns
TRUE if succeeded, FALSE if an error occurred.
Supported platforms:
Win32
Win64
Related Topics:
CVCError event, SortMode property, SortRising property, SortCenterX property, SortCenterY property