Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp958 int qIdx0 = 0; in radiusMatchImpl() local
964 if( qIdx0 < qIdx ) in radiusMatchImpl()
965 std::swap(matches[qIdx], matches[qIdx0]); in radiusMatchImpl()
967 std::sort( matches[qIdx0].begin(), matches[qIdx0].end() ); in radiusMatchImpl()
968 qIdx0++; in radiusMatchImpl()