TcVnParamsKAZE
Offers parameters for KAZE method
Syntax
Definition:
struct TcVnParamsKAZE
{
bool bExtended;
bool bUpright;
float fThreshold;
ULONG nOctaves;
ULONG nOctaveLayers;
ETcVnDiffusivityTypeKAZE eDiffusivity;
};
Parameters
Name |
Type |
Default |
Description |
---|---|---|---|
bExtended |
bool |
false |
If true, the descriptor size is extended from the default 64 byte to 128 byte. |
bUpright |
bool |
false |
If true, upright (rotation dependent) descriptors are computed. |
fThreshold |
float |
0.001f |
Detector response threshold |
nOctaves |
ULONG |
4 |
Maximum octave evolution of the image |
nOctaveLayers |
ULONG |
2 |
Number of sublevels per scale level |
eDiffusivity |
DT1_KAZE_PM_G2 |
Diffusivity type |