Searched refs:img_it (Results 1 – 1 of 1) sorted by relevance
487 …std::vector<int>::const_iterator img_it = std::upper_bound(startIdxs.begin(), startIdxs.end(), glo… in getLocalIdx() local488 --img_it; in getLocalIdx()489 imgIdx = (int)(img_it - startIdxs.begin()); in getLocalIdx()490 localDescIdx = globalDescIdx - (*img_it); in getLocalIdx()