DescriptorCollection  919 modules/features2d/include/opencv2/features2d.hpp         DescriptorCollection();
DescriptorCollection  920 modules/features2d/include/opencv2/features2d.hpp         DescriptorCollection( const DescriptorCollection& collection );
DescriptorCollection  921 modules/features2d/include/opencv2/features2d.hpp         virtual ~DescriptorCollection();
DescriptorCollection 1023 modules/features2d/include/opencv2/features2d.hpp     static void convertToDMatches( const DescriptorCollection& descriptors,
DescriptorCollection 1036 modules/features2d/include/opencv2/features2d.hpp     DescriptorCollection mergedDescriptors;
DescriptorCollection  397 modules/features2d/src/matchers.cpp DescriptorMatcher::DescriptorCollection::DescriptorCollection()
DescriptorCollection  400 modules/features2d/src/matchers.cpp DescriptorMatcher::DescriptorCollection::DescriptorCollection( const DescriptorCollection& collection )
DescriptorCollection  406 modules/features2d/src/matchers.cpp DescriptorMatcher::DescriptorCollection::~DescriptorCollection()
DescriptorCollection  409 modules/features2d/src/matchers.cpp void DescriptorMatcher::DescriptorCollection::set( const std::vector<Mat>& descriptors )
DescriptorCollection  458 modules/features2d/src/matchers.cpp void DescriptorMatcher::DescriptorCollection::clear()
DescriptorCollection  464 modules/features2d/src/matchers.cpp const Mat DescriptorMatcher::DescriptorCollection::getDescriptor( int imgIdx, int localDescIdx ) const
DescriptorCollection  473 modules/features2d/src/matchers.cpp const Mat& DescriptorMatcher::DescriptorCollection::getDescriptors() const
DescriptorCollection  478 modules/features2d/src/matchers.cpp const Mat DescriptorMatcher::DescriptorCollection::getDescriptor( int globalDescIdx ) const
DescriptorCollection  484 modules/features2d/src/matchers.cpp void DescriptorMatcher::DescriptorCollection::getLocalIdx( int globalDescIdx, int& imgIdx, int& localDescIdx ) const
DescriptorCollection  493 modules/features2d/src/matchers.cpp int DescriptorMatcher::DescriptorCollection::size() const
DescriptorCollection 1263 modules/features2d/src/matchers.cpp         matcher->mergedDescriptors = DescriptorCollection( mergedDescriptors );
DescriptorCollection 1270 modules/features2d/src/matchers.cpp void FlannBasedMatcher::convertToDMatches( const DescriptorCollection& collection, const Mat& indices, const Mat& dists,