Searched refs:nsublevels (Results 1 – 6 of 6) sorted by relevance
26 , nsublevels(4) in KAZEOptions()42 int nsublevels; member
19 , nsublevels(4) in AKAZEOptions()42 int nsublevels; ///< Default number of sublevels per scale level member
58 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()
62 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()
127 options.nsublevels = sublevels; in detectAndCompute()
192 options.nsublevels = sublevels; in detectAndCompute()