TcVnParamsFAST
Offers parameters for FAST method.
Syntax
Definition:
TYPE TcVnParamsFAST :
STRUCT
nThreshold : DINT;
bNonMaxSuppression : BOOL;
eType : ETcVnKeypointDetectionTypeFAST;
END_STRUCT
END_TYPE
Parameters
Name |
Type |
Default |
Description |
---|---|---|---|
nThreshold |
DINT |
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 |
TCVN_KDT_FAST_9_16 |
Neighborhood type |