Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp241 refine1D_1(const float s_05, const float s0, const float s05, float& max) const; // around intra
1379 scale = refine1D_1(max_below, std::max(float(center), max_layer), max_above, max); in refine3D()
1832 BriskScaleSpace::refine1D_1(const float s_05, const float s0, const float s05, float& max) const in refine1D_1() function in cv::BriskScaleSpace