Searched defs:DescriptorCollection (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp397 DescriptorMatcher::DescriptorCollection::DescriptorCollection() function in class:cv::DescriptorMatcher::DescriptorCollection
400 DescriptorMatcher::DescriptorCollection::DescriptorCollection( const DescriptorCollection& collection ) function in class:cv::DescriptorMatcher::DescriptorCollection
406 DescriptorMatcher::DescriptorCollection::~DescriptorCollection()
409 void DescriptorMatcher::DescriptorCollection::set( const std::vector<Mat>& descriptors )
458 void DescriptorMatcher::DescriptorCollection::clear()
464 const Mat DescriptorMatcher::DescriptorCollection
[all...]
/external/opencv3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp916 class CV_EXPORTS DescriptorCollection class in class:cv::DescriptorMatcher
919 DescriptorCollection();
920 DescriptorCollection( const DescriptorCollection& collection );
921 virtual ~DescriptorCollection();
1023 static void convertToDMatches( const DescriptorCollection& descriptors,
1036 DescriptorCollection mergedDescriptors;

Completed in 143 milliseconds