Home
last modified time | relevance | path

Searched defs:AKAZEOptions (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DAKAZEConfig.h15 struct AKAZEOptions { struct
17 AKAZEOptions() in AKAZEOptions() argument
41 … ///< Maximum octave evolution of the image 2^sigma (coarsest scale sigma units)
42 int nsublevels; ///< Default number of sublevels per scale level
43 int img_width; ///< Width of the input image
44 int img_height; ///< Height of the input image
45 float soffset; ///< Base scale offset (sigma units)
46 float derivative_factor; ///< Factor for the multiscale derivatives
47 float sderivatives; ///< Smoothing factor for the derivatives
48 int diffusivity; ///< Diffusivity type
[all …]