Home
last modified time | relevance | path

Searched refs:esigma (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DTEvolution.h20 esigma = 0.0f; in TEvolution()
32 float esigma; ///< Evolution sigma. For linear diffusion t = sigma^2 / 2 member
DKAZEFeatures.cpp69 … aux.esigma = options_.soffset*pow((float)2.0f, (float)(j) / (float)(options_.nsublevels)+i); in Allocate_Memory_Evolution()
70 aux.etime = 0.5f*(aux.esigma*aux.esigma); in Allocate_Memory_Evolution()
71 aux.sigma_size = fRound(aux.esigma); in Allocate_Memory_Evolution()
284 point.size = evolution[i].esigma; in operator ()()
DAKAZEFeatures.cpp72 step.esigma = options_.soffset*pow(2.f, (float)(j) / (float)(options_.nsublevels) + i); in Allocate_Memory_Evolution()
73 step.sigma_size = fRound(step.esigma); in Allocate_Memory_Evolution()
74 step.etime = 0.5f*(step.esigma*step.esigma); in Allocate_Memory_Evolution()
195 int sigma_size_ = fRound(evolution[i].esigma * options_.derivative_factor / ratio); in operator ()()
300 point.size = evolution_[i].esigma*options_.derivative_factor; in Find_Scale_Space_Extrema()