Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp930 void getLocalIdx( int globalDescIdx, int& imgIdx, int& localDescIdx ) const;
/external/opencv3/modules/features2d/src/
Dmatchers.cpp484 void DescriptorMatcher::DescriptorCollection::getLocalIdx( int globalDescIdx, int& imgIdx, int& loc… in getLocalIdx() function in cv::DescriptorMatcher::DescriptorCollection
1282 collection.getLocalIdx( idx, imgIdx, trainIdx ); in convertToDMatches()