ETcVnContoursMatchComparisonMethod

Offers comparison methods for contour matching.

Syntax

Definition:

enum ETcVnContoursMatchComparisonMethod : LONG
{
    CMCM_CONTOURS_MATCH_I1 = 1,
    CMCM_CONTOURS_MATCH_I2 = 2,
    CMCM_CONTOURS_MATCH_I3 = 3
};

Values

Name

Description

CMCM_CONTOURS_MATCH_I1

Contours are compared using the sum over the differences between the reciprocal individual characteristics.

CMCM_CONTOURS_MATCH_I2

Contours are compared using the sum over the differences between the individual characteristics.

CMCM_CONTOURS_MATCH_I3

Contours are compared using only the maximum difference between the individual characteristics.