TcVnParamsAKAZE
Offers parameters for AKAZE method.
Syntax
Definition:
struct TcVnParamsAKAZE
{
ETcVnFeatureDescriptorTypeAKAZE eDescrType;
ULONG nDescrSize;
ULONG nDescrChannels;
float fThreshold;
ULONG nOctaves;
ULONG nOctaveLayers;
ETcVnDiffusivityTypeKAZE eDiffusivity;
};
Parameters
Name |
Type |
Default |
Description |
---|---|---|---|
eDescrType |
FDT_AKAZE_MLDB |
Type of the descriptor | |
nDescrSize |
ULONG |
0 |
Size of the descriptor in bits (only for MLDB; 0 = full size) |
nDescrChannels |
ULONG |
3 |
Number of descriptor channels (currently only 3 supported for MLDB) |
fThreshold |
float |
0.001f |
Detector response threshold |
nOctaves |
ULONG |
2 |
Maximum octave evolution |
nOctaveLayers |
ULONG |
1 |
Number of sublevels per scale level |
eDiffusivity |
DT1_KAZE_PM_G2 |
Diffusivity type |