OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsteps_
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/features2d/src/kaze/
KAZEFeatures.h
39
std::vector<std::vector<float > >
tsteps_
; ///< Vector of FED dynamic time steps
member in class:cv::KAZEFeatures
AKAZEFeatures.h
32
std::vector<std::vector<float > >
tsteps_
; ///< Vector of FED dynamic time steps
member in class:cv::AKAZEFeatures
KAZEFeatures.cpp
87
tsteps_
.push_back(tau);
134
nld_step_scalar(evolution_[i].Lt, Lflow, Lstep,
tsteps_
[i - 1][j]);
[
all
...]
AKAZEFeatures.cpp
89
tsteps_
.push_back(tau);
158
nld_step_scalar(evolution_[i].Lt, Lflow, Lstep,
tsteps_
[i - 1][j]);
[
all
...]
Completed in 73 milliseconds