Searched refs:_octaves (Results 1 – 3 of 3) sorted by relevance
59 KAZE_Impl(bool _extended, bool _upright, float _threshold, int _octaves, in KAZE_Impl() argument64 , octaves(_octaves) in KAZE_Impl()
64 float _threshold, int _octaves, int _sublevels, int _diffusivity) in AKAZE_Impl() argument69 , octaves(_octaves) in AKAZE_Impl()
222 BriskScaleSpace(int _octaves = 3);829 BriskScaleSpace::BriskScaleSpace(int _octaves) in BriskScaleSpace() argument831 if (_octaves == 0) in BriskScaleSpace()834 layers_ = 2 * _octaves; in BriskScaleSpace()