Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dkaze.cpp59 KAZE_Impl(bool _extended, bool _upright, float _threshold, int _octaves, in KAZE_Impl() argument
64 , octaves(_octaves) in KAZE_Impl()
Dakaze.cpp64 float _threshold, int _octaves, int _sublevels, int _diffusivity) in AKAZE_Impl() argument
69 , octaves(_octaves) in AKAZE_Impl()
Dbrisk.cpp222 BriskScaleSpace(int _octaves = 3);
829 BriskScaleSpace::BriskScaleSpace(int _octaves) in BriskScaleSpace() argument
831 if (_octaves == 0) in BriskScaleSpace()
834 layers_ = 2 * _octaves; in BriskScaleSpace()