OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsublevels
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/features2d/src/kaze/
KAZEConfig.h
26
,
nsublevels
(4)
42
int
nsublevels
;
member in struct:cv::KAZEOptions
AKAZEConfig.h
19
,
nsublevels
(4)
42
int
nsublevels
; ///< Default number of sublevels per scale level
member in struct:cv::AKAZEOptions
KAZEFeatures.cpp
58
for (int j = 0; j <= options_.
nsublevels
- 1; j++)
69
aux.esigma = options_.soffset*pow((float)2.0f, (float)(j) / (float)(options_.
nsublevels
)+i);
468
dsc = kpts_[i].octave + (kpts_[i].angle + *(dst.ptr<float>(2))) / ((float)(options_.
nsublevels
));
[
all
...]
AKAZEFeatures.cpp
62
for (int j = 0; j < options_.
nsublevels
; j++) {
72
step.esigma = options_.soffset*pow(2.f, (float)(j) / (float)(options_.
nsublevels
) + i);
[
all
...]
/external/opencv3/modules/features2d/src/
kaze.cpp
127
options.
nsublevels
= sublevels;
akaze.cpp
192
options.
nsublevels
= sublevels;
Completed in 1392 milliseconds