Struct KAZEOptions¶
Defined in File KAZEConfig.h
Struct Documentation¶
-
struct
KAZEOptions
¶ KAZE configuration options struct.
Public Functions
-
inline
KAZEOptions
()¶
Public Members
-
float
soffset
¶
-
int
omax
¶
-
int
nsublevels
¶
-
int
img_width
¶
-
int
img_height
¶
-
DIFFUSIVITY_TYPE
diffusivity
¶ Diffusivity type.
-
float
kcontrast
¶ The contrast factor parameter.
-
float
kcontrast_percentile
¶ Percentile level for the contrast factor.
-
size_t
kcontrast_nbins
¶ Number of bins for the contrast factor histogram.
-
float
sderivatives
¶
-
float
dthreshold
¶ Detector response threshold to accept point.
-
float
min_dthreshold
¶ Minimum detector threshold to accept a point.
-
bool
use_fed
¶
-
DESCRIPTOR_TYPE
descriptor
¶
-
bool
save_scale_space
¶
-
bool
save_keypoints
¶
-
bool
verbosity
¶
-
inline