Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp487 …std::vector<int>::const_iterator img_it = std::upper_bound(startIdxs.begin(), startIdxs.end(), glo… in getLocalIdx() local
488 --img_it; in getLocalIdx()
489 imgIdx = (int)(img_it - startIdxs.begin()); in getLocalIdx()
490 localDescIdx = globalDescIdx - (*img_it); in getLocalIdx()