FBlob Control Reference 14.0
Properties

Variables

__int3264 BinaryImage
 Contains the handle to the binarized version of the input image. More...
 
double BlobBoundingBoxHeight
 Height of the bounding box of the blob object. More...
 
double BlobBoundingBoxWidth
 Width of the bounding box of the blob object. More...
 
double BlobBoundingBoxX0
 X-coordinate of the left-top corner of the bounding box belonging to the blob. More...
 
double BlobBoundingBoxX1
 X-coordinate of the bottom-right corner of the bounding box belonging to the blob. More...
 
double BlobBoundingBoxY0
 Y-coordinate of the left-top corner of the bounding box belonging to the blob. More...
 
double BlobBoundingBoxY1
 Y-coordinate of the bottom-right corner of the bounding box belonging to the blob. More...
 
double BlobCenterX
 Returns the sub-pixel-accurate x-coordinate of the center of gravity of the blob object. More...
 
double BlobCenterY
 Returns the sub-pixel-accurate y-coordinate of the center of gravity of the blob object. More...
 
long BlobCount
 Returns the number of Blob objects found in the input image. More...
 
long BlobIndex
 Select number of blob for which to access result properties. More...
 
double BlobMaxMoment
 Returns the maximum moment of inertia of the blob object. More...
 
double BlobMinMoment
 Returns the minimum moment of inertia of the blob object. More...
 
double BlobMinMomentAxisAngle
 Returns the angle of the minimum moment of inertia of the blob object. More...
 
double BlobMinMomentAxisX0
 X-coordinate of the start point of the minimum moment axis. More...
 
double BlobMinMomentAxisX1
 X-coordinate of the end point of the minimum moment axis. More...
 
double BlobMinMomentAxisY0
 Y-coordinate of the start point of the minimum moment axis. More...
 
double BlobMinMomentAxisY1
 Y-coordinate of the end point of the minimum moment axis. More...
 
double BlobMomentRatio
 Returns the ratio of BlobMinMoment and BlobMaxMoment. More...
 
long BlobSize
 Returns the size (in pixels) of the blob object. More...
 
boolean Entire
 If this property is set to TRUE the area passed by the X0, X1, Y0 and Y1 properties is ignored and the complete image will be used for the blob search. More...
 
double ExecutionTime
 Returns the blob execution time. More...
 
long FilterBlobHeightMax
 Defines the maximum height of a blob. More...
 
long FilterBlobHeightMin
 Defines the minimum height of a blob. More...
 
long FilterBlobSizeMax
 Defines the maximum size of a blob. More...
 
long FilterBlobSizeMin
 Defines the minimum size of a blob. More...
 
boolean FilterBlobTouchBorderBottom
 Specifies whether a blob object is ignored when touching the bottom border of the area of interest or the image. More...
 
boolean FilterBlobTouchBorderLeft
 Specifies whether a blob object is ignored when touching the left border of the area of interest or the image. More...
 
boolean FilterBlobTouchBorderRight
 Specifies whether a blob object is ignored when touching the right border of the area of interest or the image. More...
 
boolean FilterBlobTouchBorderTop
 Specifies whether a blob object is ignored when touching the top border of the area of interest or the image. More...
 
long FilterBlobWidthMax
 Defines the maximum width of a blob. More...
 
long FilterBlobWidthMin
 Defines the minimum width of a blob. More...
 
__int3264 Image
 Defines the image object that is assigned to the FBlob Control. More...
 
long PlaneIndex
 Specifies the color plane to be used if the image assigned to the control consists of more than one plane. More...
 
boolean SkipBinarization
 Indicates if the binarization of an image will be skipped or not. More...
 
long SortCenterX
 Define the X-coordinate for the SORT_BY_DISTANCE sort mode. More...
 
long SortCenterY
 Define the Y-coordinate for the SORT_BY_DISTANCE sort mode. More...
 
FBlobSortMode SortMode
 Sort mode of the blob objects. More...
 
boolean SortRising
 Indicates the sort order of the blob objects. More...
 
long ThresholdLower
 Defines the lower threshold of the gray value range to binarize the image.
More...
 
long ThresholdUpper
 Defines the lower threshold of the gray value range to binarize the image.
More...
 
double X0
 X-coordinate of the upper left point of the rectangular area of interest. More...
 
double X1
 X-coordinate of the lower right point of the rectangular area of interest. More...
 
double Y0
 Y-coordinate of the upper left point of the rectangular area of interest. More...
 
double Y1
 Y-coordinate of the lower right point of the rectangular area of interest. More...
 

Detailed Description

Variable Documentation

◆ BinaryImage

__int3264 BinaryImage
readonly

Contains the handle to the binarized version of the input image.

Attention
The BinaryImage property is only updated after executing the ExecuteBinarization method - the Execute method will leave the binary image unchanged!
Parameters
[out]BinaryImageHandle of the binarized input image.
Returns
Handle of the binarized image.
Supported platforms:
Win32
Win64
Related Topics:
ExecuteBinarization, BinaryImageUpdated Event

◆ BlobBoundingBoxHeight

double BlobBoundingBoxHeight
readonly

Height of the bounding box of the blob object.

Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobBoundingBoxHeightHeight of the bounding box.
Returns
Height of the bounding box.
Supported platforms:
Win32
Win64
Related Topics:
BlobBoundingBoxX0, BlobBoundingBoxY0, BlobBoundingBoxX1 and BlobBoundingBoxY1
BlobBoundingBoxWidth

◆ BlobBoundingBoxWidth

double BlobBoundingBoxWidth
readonly

Width of the bounding box of the blob object.

Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobBoundingBoxWidthWidth of the bounding box.
Returns
Width of the bounding box.
Supported platforms:
Win32
Win64
Related Topics:
BlobBoundingBoxX0, BlobBoundingBoxY0, BlobBoundingBoxX1 and BlobBoundingBoxY1
BlobBoundingBoxHeight

◆ BlobBoundingBoxX0

double BlobBoundingBoxX0
readonly

X-coordinate of the left-top corner of the bounding box belonging to the blob.

The properties \ref BlobBoundingBoxX0, \ref BlobBoundingBoxY0, \ref BlobBoundingBoxX1 and \ref BlobBoundingBoxY1
contain the coordinates of the left-top and the bottom-right corner of the bounding box belonging to the blob
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobBoundingBoxX0X-coordinate of the left-top corner.
Returns
X-coordinate of the left-top corner.
Supported platforms:
Win32
Win64
Related Topics:
BlobBoundingBoxWidth property, BlobBoundingBoxHeight property

◆ BlobBoundingBoxX1

double BlobBoundingBoxX1
readonly

X-coordinate of the bottom-right corner of the bounding box belonging to the blob.

The properties \ref BlobBoundingBoxX0, \ref BlobBoundingBoxY0, \ref BlobBoundingBoxX1 and \ref BlobBoundingBoxY1
contain the coordinates of the left-top and the bottom-right corner of the bounding box belonging to the blob
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobBoundingBoxX1X-coordinate of the bottom-right corner.
Returns
X-coordinate of the bottom-right corner.
Supported platforms:
Win32
Win64
Related Topics:
BlobBoundingBoxWidth property, BlobBoundingBoxHeight property

◆ BlobBoundingBoxY0

double BlobBoundingBoxY0
readonly

Y-coordinate of the left-top corner of the bounding box belonging to the blob.

The properties \ref BlobBoundingBoxX0, \ref BlobBoundingBoxY0, \ref BlobBoundingBoxX1 and \ref BlobBoundingBoxY1
contain the coordinates of the left-top and the bottom-right corner of the bounding box belonging to the blob
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobBoundingBoxY0Y-coordinate of the left-top corner.
Returns
Y-coordinate of the left-top corner.
Supported platforms:
Win32
Win64
Related Topics:
BlobBoundingBoxWidth property, BlobBoundingBoxHeight property

◆ BlobBoundingBoxY1

double BlobBoundingBoxY1
readonly

Y-coordinate of the bottom-right corner of the bounding box belonging to the blob.

The properties \ref BlobBoundingBoxX0, \ref BlobBoundingBoxY0, \ref BlobBoundingBoxX1 and \ref BlobBoundingBoxY1
contain the coordinates of the left-top and the bottom-right corner of the bounding box belonging to the blob
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobBoundingBoxY1Y-coordinate of the bottom-right corner.
Returns
Y-coordinate of the bottom-right corner.
Supported platforms:
Win32
Win64
Related Topics:
BlobBoundingBoxWidth property, BlobBoundingBoxHeight property

◆ BlobCenterX

double BlobCenterX
readonly

Returns the sub-pixel-accurate x-coordinate of the center of gravity of the blob object.

Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobCenterXX-coordinate of the blob center.
Returns
X-coordinate of the blob center.
Supported platforms:
Win32
Win64
Related Topics:
BlobCenterY

◆ BlobCenterY

double BlobCenterY
readonly

Returns the sub-pixel-accurate y-coordinate of the center of gravity of the blob object.

Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobCenterYY-coordinate of the blob center.
Returns
Y-coordinate of the blob center.
Supported platforms:
Win32
Win64
Related Topics:
BlobCenterX

◆ BlobCount

long BlobCount
readonly

Returns the number of Blob objects found in the input image.

Parameters
[out]BlobCountNumber of blobs found in the input image.
Returns
Number of blobs.
Supported platforms:
Win32
Win64
Related Topics:
BlobIndex property

◆ BlobIndex

long BlobIndex

Select number of blob for which to access result properties.

Use this property to browse through the Blobs found during the last \ref Execute call.
Valid values range from 0 to \ref BlobCount - 1. \n\n
After setting this property to a valid index, the results for that blob are accessible through the properties \ref BlobCenterX,
\ref BlobCenterY, \ref BlobBoundingBoxWidth, \ref BlobBoundingBoxHeight, \ref BlobBoundingBoxX0, \ref BlobBoundingBoxY0,
\ref BlobBoundingBoxX1, \ref BlobBoundingBoxY1, \ref BlobMinMoment, \ref BlobMaxMoment, \ref BlobMinMomentAxisAngle, 
\ref BlobMinMomentAxisX0, \ref BlobMinMomentAxisY0, \ref BlobMinMomentAxisX1, \ref BlobMinMomentAxisY1, \ref BlobMomentRatio and \ref BlobSize.
Parameters
[in,out]BlobIndexNumber of the blob object for which to access result properties.
Returns
Number of blob.
Supported platforms:
Win32
Win64
Related Topics:
BlobCount property

◆ BlobMaxMoment

double BlobMaxMoment
readonly

Returns the maximum moment of inertia of the blob object.

The maximum moment of inertia of the object are calculated from the second-order central moments of the object:
<img class="ToDisplay" src="FormelMaxMoments.GIF" align="left"  alt="Max moments"><p> &nbsp;</p><p> &nbsp;</p>
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobMaxMomentMaximum moment of inertia.
Returns
Maximum moment of inertia.
Supported platforms:
Win32
Win64
Related Topics:
BlobMomentRatio property, BlobMinMomentAxisAngle property

◆ BlobMinMoment

double BlobMinMoment
readonly

Returns the minimum moment of inertia of the blob object.

The minimum moment of inertia of the object are calculated from the second-order central moments of the object:
<img class="ToDisplay" src="FormelMinMoments.GIF" align="left"  alt="Min moments"><p> &nbsp;</p><p> &nbsp;</p>
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobMinMomentMinimum moment of inertia.
Returns
Minimum moment of inertia.
Supported platforms:
Win32
Win64
Related Topics:
BlobMomentRatio property, BlobMinMomentAxisAngle property

◆ BlobMinMomentAxisAngle

double BlobMinMomentAxisAngle
readonly

Returns the angle of the minimum moment of inertia of the blob object.

This is the angle in radians (0...pi) at which the axis of the minimum moment of inertia crosses the center of the blob.
This parameter is frequently used as a measure for the orientation of an object.
There are objects – for example circles – which do not have any pronounced direction of this axis.
However, Blob also returns an angle for these objects as well because sampling effects and
the representation of objects in a digital raster always result in a certain angle for a circle. \n\n
Therefore this value is only relevant if the BlobMomentRatio parameter shows a significant difference between the minimum
and maximum moments of inertia. Furthermore, there are objects which have multiple axes of inertia which are of equal weight
(e.g. the letter M). Which angle is calculated here again depends on quantization and noise effects. \n\n
If several identical objects exist in an image, this angle may still assume different values. \n
The BlobMinMomentAxisAngle is calculated from the central 2nd order moments:
<img class="ToDisplay" src="FormelMinMomentsAxisAngle.GIF" align="left"  alt="FormelMinMomentsAxisAngle.GIF"><p> &nbsp;</p><p> &nbsp;</p><p> &nbsp;</p>
Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobMomentRatioAngle of the minimum moment of inertia.
Returns
Angle of the minimum moment of inertia.
Supported platforms:
Win32
Win64
Related Topics:
BlobMinMoment property, BlobMaxMoment property, BlobMomentRatio property

◆ BlobMinMomentAxisX0

double BlobMinMomentAxisX0
readonly

X-coordinate of the start point of the minimum moment axis.

The properties \ref BlobMinMomentAxisX0, \ref BlobMinMomentAxisY0, \ref BlobMinMomentAxisX1 and \ref BlobMinMomentAxisY1
return the coordinates of the start-point and endpoint of the axis of minimum inertia of the blob.
The start- and endpoint of that axis are determined by intersecting this axis (which runs through the blob's center of gravity)
with the bounding box of the blob (so the length of the axis does not actually scale with the value of the minimum moment!).
Attention
Select blob through the BlobIndex property before.
This line is not meaningful for all objects (e.g. circles). See the description of the BlobMomentRatio and BlobMinMomentAxisAngle property.
Parameters
[out]BlobMinMomentAxisX0X-coordinate of the start point of the minimum moment axis.
Returns
X-coordinate of the start point.
Supported platforms:
Win32
Win64
Related Topics:
BlobMinMoment property, BlobMaxMoment property, BlobMinMomentAxisAngle property, BlobMomentRatio property

◆ BlobMinMomentAxisX1

double BlobMinMomentAxisX1
readonly

X-coordinate of the end point of the minimum moment axis.

The properties \ref BlobMinMomentAxisX0, \ref BlobMinMomentAxisY0, \ref BlobMinMomentAxisX1 and \ref BlobMinMomentAxisY1
return the coordinates of the start-point and endpoint of the axis of minimum inertia of the blob.
The start- and endpoint of that axis are determined by intersecting this axis (which runs through the blob's center of gravity)
with the bounding box of the blob (so the length of the axis does not actually scale with the value of the minimum moment!).
Attention
Select blob through the BlobIndex property before.
This line is not meaningful for all objects (e.g. circles). See the description of the BlobMomentRatio and BlobMinMomentAxisAngle property.
Parameters
[out]BlobMinMomentAxisX1X-coordinate of the end point of the minimum moment axis.
Returns
X-coordinate of the end point.
Supported platforms:
Win32
Win64
Related Topics:
BlobMinMoment property, BlobMaxMoment property, BlobMinMomentAxisAngle property, BlobMomentRatio property

◆ BlobMinMomentAxisY0

double BlobMinMomentAxisY0
readonly

Y-coordinate of the start point of the minimum moment axis.

The properties \ref BlobMinMomentAxisX0, \ref BlobMinMomentAxisY0, \ref BlobMinMomentAxisX1 and \ref BlobMinMomentAxisY1
return the coordinates of the start-point and endpoint of the axis of minimum inertia of the blob.
The start- and endpoint of that axis are determined by intersecting this axis (which runs through the blob's center of gravity)
with the bounding box of the blob (so the length of the axis does not actually scale with the value of the minimum moment!).
Attention
Select blob through the BlobIndex property before.
This line is not meaningful for all objects (e.g. circles). See the description of the BlobMomentRatio and BlobMinMomentAxisAngle property.
Parameters
[out]BlobMinMomentAxisY0Y-coordinate of the start point of the minimum moment axis.
Returns
Y-coordinate of the start point.
Supported platforms:
Win32
Win64
Related Topics:
BlobMinMoment property, BlobMaxMoment property, BlobMinMomentAxisAngle property, BlobMomentRatio property

◆ BlobMinMomentAxisY1

double BlobMinMomentAxisY1
readonly

Y-coordinate of the end point of the minimum moment axis.

The properties \ref BlobMinMomentAxisX0, \ref BlobMinMomentAxisY0, \ref BlobMinMomentAxisX1 and \ref BlobMinMomentAxisY1
return the coordinates of the start-point and endpoint of the axis of minimum inertia of the blob.
The start- and endpoint of that axis are determined by intersecting this axis (which runs through the blob's center of gravity)
with the bounding box of the blob (so the length of the axis does not actually scale with the value of the minimum moment!).
Attention
Select blob through the BlobIndex property before.
This line is not meaningful for all objects (e.g. circles). See the description of the BlobMomentRatio and BlobMinMomentAxisAngle property.
Parameters
[out]BlobMinMomentAxisY1Y-coordinate of the end point of the minimum moment axis.
Returns
Y-coordinate of the end point.
Supported platforms:
Win32
Win64
Related Topics:
BlobMinMoment property, BlobMaxMoment property, BlobMinMomentAxisAngle property, BlobMomentRatio property

◆ BlobMomentRatio

double BlobMomentRatio
readonly

Returns the ratio of BlobMinMoment and BlobMaxMoment.

Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobMomentRatioAspect/ratio of the blob.
Returns
Aspect/ratio of the blob.
Supported platforms:
Win32
Win64
Related Topics:
BlobMinMoment property, BlobMaxMoment property, BlobMinMomentAxisAngle property

◆ BlobSize

long BlobSize
readonly

Returns the size (in pixels) of the blob object.

Attention
Select blob through the BlobIndex property before.
Parameters
[out]BlobSizeNumber of pixels that are part of the blob.
Returns
Number of pixels of the blob.
Supported platforms:
Win32
Win64
Related Topics:
BlobIndex property

◆ Entire

boolean Entire

If this property is set to TRUE the area passed by the X0, X1, Y0 and Y1 properties is ignored and the complete image will be used for the blob search.

Parameters
[in,out]EntireTRUE indicates that the complete image will be used, FALSE otherwise.
Returns
TRUE indicates that the complete image will be used, FALSE otherwise.
Supported platforms:
Win32
Win64
Related Topics:
X0, X1, Y0 and Y1 properties

◆ ExecutionTime

double ExecutionTime
readonly

Returns the blob execution time.

Parameters
[out]ExecutionTimeExecution time in seconds.
Returns
Execution time.
Supported platforms:
Win32
Win64

◆ FilterBlobHeightMax

long FilterBlobHeightMax

Defines the maximum height of a blob.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobHeightMaxUpper limit (only blobs that are below the upper limit are found).
Returns
Upper limit.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobHeightMin

◆ FilterBlobHeightMin

long FilterBlobHeightMin

Defines the minimum height of a blob.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobHeightMinLower limit (only blobs that are above the lower limit are found).
Returns
Lower limit.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobHeightMax

◆ FilterBlobSizeMax

long FilterBlobSizeMax

Defines the maximum size of a blob.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobSizeMaxUpper limit (only blobs that are smaller than the upper limit are found).
Returns
Upper limit.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobSizeMin

◆ FilterBlobSizeMin

long FilterBlobSizeMin

Defines the minimum size of a blob.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobSizeMinLower limit (only blobs that are greater than the lower limit are found).
Returns
Lower limit.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobSizeMax

◆ FilterBlobTouchBorderBottom

boolean FilterBlobTouchBorderBottom

Specifies whether a blob object is ignored when touching the bottom border of the area of interest or the image.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobTouchBorderBottomTRUE indicates that blobs touching the bottom border will be ignored, FALSE otherwise.
Returns
TRUE indicates that blobs touching the bottom border will be ignored, FALSE otherwise.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobTouchBorderLeft, FilterBlobTouchBorderTop, FilterBlobTouchBorderRight

◆ FilterBlobTouchBorderLeft

boolean FilterBlobTouchBorderLeft

Specifies whether a blob object is ignored when touching the left border of the area of interest or the image.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobTouchBorderLeftTRUE indicates that blobs touching the left border will be ignored, FALSE otherwise.
Returns
TRUE indicates that blobs touching the left border will be ignored, FALSE otherwise.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobTouchBorderTop, FilterBlobTouchBorderRight, FilterBlobTouchBorderBottom

◆ FilterBlobTouchBorderRight

boolean FilterBlobTouchBorderRight

Specifies whether a blob object is ignored when touching the right border of the area of interest or the image.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobTouchBorderRightTRUE indicates that blobs touching the right border will be ignored, FALSE otherwise.
Returns
TRUE indicates that blobs touching the right border will be ignored, FALSE otherwise.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobTouchBorderLeft, FilterBlobTouchBorderTop, FilterBlobTouchBorderBottom

◆ FilterBlobTouchBorderTop

boolean FilterBlobTouchBorderTop

Specifies whether a blob object is ignored when touching the top border of the area of interest or the image.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobTouchBorderTopTRUE indicates that blobs touching the top border will be ignored, FALSE otherwise.
Returns
TRUE indicates that blobs touching the top border will be ignored, FALSE otherwise.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobTouchBorderLeft, FilterBlobTouchBorderRight, FilterBlobTouchBorderBottom

◆ FilterBlobWidthMax

long FilterBlobWidthMax

Defines the maximum width of a blob.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobWidthMaxUpper limit (only blobs that are narrower than the upper limit are found).
Returns
Upper limit.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobWidthMin

◆ FilterBlobWidthMin

long FilterBlobWidthMin

Defines the minimum width of a blob.

Attention
Any filter or sort modes should be set before execution.
Parameters
[in,out]FilterBlobWidthMinLower limit (only blobs that are wider than the lower limit are found).
Returns
Lower limit.
Supported platforms:
Win32
Win64
Related Topics:
FilterBlobWidthMax

◆ Image

__int3264 Image

Defines the image object that is assigned to the FBlob Control.

Attention
If you specify an invalid image the FBlob CVCError event will be fired (see CVCError headerfile).
Parameters
[in,out]ImageHandle of the image object.
Returns
Image object handle.
Supported platforms:
Win32
Win64

◆ PlaneIndex

long PlaneIndex

Specifies the color plane to be used if the image assigned to the control consists of more than one plane.

Valid values are 0 to ImageDimension(cvBlob.Image) - 1. 
If you specify an invalid value the FBlob \ref CVCError event will be fired (see CVCError headerfile).
Parameters
[in,out]PlaneIndexPlane index to work on.
Returns
Plane index.
Supported platforms:
Win32
Win64

◆ SkipBinarization

boolean SkipBinarization

Indicates if the binarization of an image will be skipped or not.

This is useful if the incoming image is already a binarized image. 
In that case, setting the \ref SkipBinarization property to \c TRUE will disable FBlob's internal binarization and thereby save
a few milliseconds of processing time. Note that in the binarized image white pixels are considered to be object pixels 
and black pixels are treated as background.
Attention
That setting this property to TRUE while working with non-binarized images will lead to unpredictable results.
Parameters
[in,out]SkipBinarizationTRUE means that the internal binarization will be skipped, FALSE otherwise.
Returns
TRUE means that the internal binarization will be skipped, FALSE otherwise.
Supported platforms:
Win32
Win64

◆ SortCenterX

long SortCenterX

Define the X-coordinate for the SORT_BY_DISTANCE sort mode.

In this sort mode the results are sorted by their distance from this sort "center" (see also \ref SortMode property). 
Parameters
[in,out]SortCenterXX-coordinate of sort center.
Returns
X-coordinate of sort center.
Supported platforms:
Win32
Win64
Related Topics:
SortResults method, SortMode property, SortCenterY

◆ SortCenterY

long SortCenterY

Define the Y-coordinate for the SORT_BY_DISTANCE sort mode.

In this sort mode the results are sorted by their distance from this sort "center" (see also \ref SortMode property). 
Parameters
[in,out]SortCenterYY-coordinate of sort center.
Returns
Y-coordinate of sort center.
Supported platforms:
Win32
Win64
Related Topics:
SortResults method, SortMode property, SortCenterX

◆ SortMode

FBlobSortMode SortMode

Sort mode of the blob objects.

The objects can be sorted in ascending or descending order  - see value \ref SortRising property.
Parameters
[in,out]SortModeSort mode. See FBlobSortMode for possible modes.
Returns
Y-coordinate of sort center.
Supported platforms:
Win32
Win64
Related Topics:
SortResults method, SortRising property, SortCenterX property, SortCenterY property

◆ SortRising

boolean SortRising

Indicates the sort order of the blob objects.

The objects can be sorted in ascending or descending order according to various criteria (see \ref SortMode property).
Parameters
[in,out]SortRisingTRUE indicates that the blobs are sorted in ascending order,
FALSE means that the blobs are sorted in descending order.
Returns
TRUE means ascending order, FALSE specifies descending order.
Supported platforms:
Win32
Win64
Related Topics:
SortResults method, SortMode property

◆ ThresholdLower

long ThresholdLower

Defines the lower threshold of the gray value range to binarize the image.

The two threshold values \ref ThresholdUpper and \ref ThresholdLower define the gray value range that is set to 255 ("object") in the binarized image. 
The values under the lower threshold and above the upper threshold are set to 0. The default value is 128.
Parameters
[in,out]ThresholdLowerMinimum grey value for thresholding.
Returns
Minimum grey value.
Supported platforms:
Win32
Win64
Related Topics:
ThresholdUpper

◆ ThresholdUpper

long ThresholdUpper

Defines the lower threshold of the gray value range to binarize the image.

The two threshold values \ref ThresholdUpper and \ref ThresholdLower define the gray value range that is set to 255 ("object") in the binarized image. 
The values under the lower threshold and above the upper threshold are set to 0. The default value is 255.
Parameters
[in,out]ThresholdUpperMaximum grey value for thresholding.
Returns
Maximum grey value.
Supported platforms:
Win32
Win64
Related Topics:
ThresholdLower

◆ X0

double X0

X-coordinate of the upper left point of the rectangular area of interest.

The properties \ref X0, \ref Y0, \ref X1 and \ref Y1 define the area in which the control tries to find blobs. 
Attention
If the Entire property is set to TRUE these values will be ignored and the complete image will be used for blob detection.
Parameters
[in,out]X0X-coordinate of the upper left point of the area of interest.
Returns
X-coordinate of the upper left point.
Supported platforms:
Win32
Win64
Related Topics:

Entire property, Area of interest (AOI)

◆ X1

double X1

X-coordinate of the lower right point of the rectangular area of interest.

The properties \ref X0, \ref Y0, \ref X1 and \ref Y1 define the area in which the control tries to find blobs. 
Attention
If the Entire property is set to TRUE these values will be ignored and the complete image will be used for blob detection.
Parameters
[in,out]X1X-coordinate of the lower right point of the area of interest.
Returns
X-coordinate of the lower right point.
Supported platforms:
Win32
Win64
Related Topics:
Entire property, Area of interest (AOI)

◆ Y0

double Y0

Y-coordinate of the upper left point of the rectangular area of interest.

The properties \ref X0, \ref Y0, \ref X1 and \ref Y1 define the area in which the control tries to find blobs. 
Attention
If the Entire property is set to TRUE these values will be ignored and the complete image will be used for blob detection.
Parameters
[in,out]Y0Y-coordinate of the upper left point of the area of interest.
Returns
Y-coordinate of the upper left point.
Supported platforms:
Win32
Win64
Related Topics:
Entire property, Area of interest (AOI)

◆ Y1

double Y1

Y-coordinate of the lower right point of the rectangular area of interest.

The properties \ref X0, \ref Y0, \ref X1 and \ref Y1 define the area in which the control tries to find blobs. 
Attention
If the Entire property is set to TRUE these values will be ignored and the complete image will be used for blob detection.
Parameters
[in,out]Y1Y-coordinate of the lower right point of the area of interest.
Returns
Y-coordinate of the lower right point.
Supported platforms:
Win32
Win64
Related Topics:
Entire property, Area of interest (AOI)