ETcVnBlobCombination

Offers multiple blob contours to choose from, which should be returned in a multi-threshold scenario (used in TcVnParamsBlobDetection, which in return is used in F_VN_DetectBlobs).

Syntax

Definition:

enum ETcVnBlobCombination : LONG
{
    BC_SMALLEST         = 0,
    BC_LARGEST          = 1,
    BC_MIN_THRESHOLD    = 2,
    BC_MAX_THRESHOLD    = 3,
    BC_MEDIAN_THRESHOLD = 4
};

Values

Name

Description

BC_SMALLEST

Returns the smallest blob contour.

BC_LARGEST

Returns the largest blob contour.

BC_MIN_THRESHOLD

Returns the blob contour for the minimum threshold.

BC_MAX_THRESHOLD

Returns the blob contour for the maximum threshold.

BC_MEDIAN_THRESHOLD

Returns the blob contour for the median threshold.