Home
last modified time | relevance | path

Searched refs:nsublevels (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEConfig.h26 , nsublevels(4) in KAZEOptions()
42 int nsublevels; member
DAKAZEConfig.h19 , nsublevels(4) in AKAZEOptions()
42 int nsublevels; ///< Default number of sublevels per scale level member
DKAZEFeatures.cpp58 for (int j = 0; j <= options_.nsublevels - 1; j++) in Allocate_Memory_Evolution()
69 … aux.esigma = options_.soffset*pow((float)2.0f, (float)(j) / (float)(options_.nsublevels)+i); in Allocate_Memory_Evolution()
468 … dsc = kpts_[i].octave + (kpts_[i].angle + *(dst.ptr<float>(2))) / ((float)(options_.nsublevels)); in Do_Subpixel_Refinement()
DAKAZEFeatures.cpp62 for (int j = 0; j < options_.nsublevels; j++) { in Allocate_Memory_Evolution()
72 step.esigma = options_.soffset*pow(2.f, (float)(j) / (float)(options_.nsublevels) + i); in Allocate_Memory_Evolution()
/external/opencv3/modules/features2d/src/
Dkaze.cpp127 options.nsublevels = sublevels; in detectAndCompute()
Dakaze.cpp192 options.nsublevels = sublevels; in detectAndCompute()