Home
last modified time | relevance | path

Searched refs:tsteps_ (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h39 std::vector<std::vector<float > > tsteps_; ///< Vector of FED dynamic time steps variable
DAKAZEFeatures.h32 std::vector<std::vector<float > > tsteps_; ///< Vector of FED dynamic time steps variable
DKAZEFeatures.cpp87 tsteps_.push_back(tau); in Allocate_Memory_Evolution()
134 nld_step_scalar(evolution_[i].Lt, Lflow, Lstep, tsteps_[i - 1][j]); in Create_Nonlinear_Scale_Space()
DAKAZEFeatures.cpp89 tsteps_.push_back(tau); in Allocate_Memory_Evolution()
158 nld_step_scalar(evolution_[i].Lt, Lflow, Lstep, tsteps_[i - 1][j]); in Create_Nonlinear_Scale_Space()