Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp397 DescriptorMatcher::DescriptorCollection::DescriptorCollection() in DescriptorCollection() function in cv::DescriptorMatcher::DescriptorCollection
400 DescriptorMatcher::DescriptorCollection::DescriptorCollection( const DescriptorCollection& collecti… in DescriptorCollection() function in cv::DescriptorMatcher::DescriptorCollection
406 DescriptorMatcher::DescriptorCollection::~DescriptorCollection() in ~DescriptorCollection()
409 void DescriptorMatcher::DescriptorCollection::set( const std::vector<Mat>& descriptors ) in set()
458 void DescriptorMatcher::DescriptorCollection::clear() in clear()
464 const Mat DescriptorMatcher::DescriptorCollection::getDescriptor( int imgIdx, int localDescIdx ) co… in getDescriptor()
473 const Mat& DescriptorMatcher::DescriptorCollection::getDescriptors() const in getDescriptors()
478 const Mat DescriptorMatcher::DescriptorCollection::getDescriptor( int globalDescIdx ) const in getDescriptor()
484 void DescriptorMatcher::DescriptorCollection::getLocalIdx( int globalDescIdx, int& imgIdx, int& loc… in getLocalIdx()
493 int DescriptorMatcher::DescriptorCollection::size() const in size()
[all …]
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp916 class CV_EXPORTS DescriptorCollection class in cv::DescriptorMatcher
919 DescriptorCollection();
920 DescriptorCollection( const DescriptorCollection& collection );
921 virtual ~DescriptorCollection();
1023 static void convertToDMatches( const DescriptorCollection& descriptors,
1036 DescriptorCollection mergedDescriptors;