TcVnParamsAGAST

Offers parameters for AGAST method.

Syntax

Definition:

struct TcVnParamsAGAST
{
    LONG                            nThreshold;
    bool                            bNonMaxSuppression;
    ETcVnKeypointDetectionTypeAGAST eType;
};

Parameters

Name

Type

Default

Description

nThreshold

LONG

10

Threshold for the intensity difference between the center pixel and its surrounding circle

bNonMaxSuppression

bool

true

If true, non-maximum suppression is applied.

eType

ETcVnKeypointDetectionTypeAGAST

KDT_AGAST_9_16

Neighborhood type