TcVnParamsFAST
Offers parameters for FAST method.
Syntax
Definition:
struct TcVnParamsFAST
{
LONG nThreshold;
bool bNonMaxSuppression;
ETcVnKeypointDetectionTypeFAST 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 |
KDT_FAST_9_16 |
Neighborhood type |