Lines Matching refs:DescriptorCollection
397 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()
1263 matcher->mergedDescriptors = DescriptorCollection( mergedDescriptors ); in clone()
1270 void FlannBasedMatcher::convertToDMatches( const DescriptorCollection& collection, const Mat& indic… in convertToDMatches()