Blob OCX Reference 14.0
Methods

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

Detailed Description

Function Documentation

◆ Execute()

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.
Returns
TRUE on success, FALSE on failure.
Supported platforms:
Win32
Related Topics:
#PlaneIndex Property
#X0, #X1, #Y0, and #Y1
#SortMode Property

◆ ExecuteBinarization()

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.

Returns
TRUE on success, FALSE on failure.
Supported platforms:
Win32
Related Topics:
#BinaryImageUpdated Event

◆ SortResults()

boolean SortResults ( )

This function sorts the objects by certain criteria (see #SortMode property).

 In case of any error it fires the #CVCError event. 
Returns
TRUE on success, FALSE on failure.
Supported platforms:
Win32
Related Topics:
#SortMode Property
#SortRising Property
#SortCenterX Property
#SortCenterY Property