#include <opencv2/features2d.hpp>
Class to work with descriptors from several images as with one merged matrix. It is used e.g. in FlannBasedMatcher. 
◆ DescriptorCollection() [1/2]
      
        
          | cv::DescriptorMatcher::DescriptorCollection::DescriptorCollection | ( |  | ) |  | 
      
 
 
◆ DescriptorCollection() [2/2]
      
        
          | cv::DescriptorMatcher::DescriptorCollection::DescriptorCollection | ( | const DescriptorCollection & | collection | ) |  | 
      
 
 
◆ ~DescriptorCollection()
  
  | 
        
          | virtual cv::DescriptorMatcher::DescriptorCollection::~DescriptorCollection | ( |  | ) |  |  | virtual | 
 
 
◆ clear()
  
  | 
        
          | virtual void cv::DescriptorMatcher::DescriptorCollection::clear | ( |  | ) |  |  | virtual | 
 
 
◆ getDescriptor() [1/2]
      
        
          | Mat cv::DescriptorMatcher::DescriptorCollection::getDescriptor | ( | int | imgIdx, | 
        
          |  |  | int | localDescIdx | 
        
          |  | ) |  | const | 
      
 
 
◆ getDescriptor() [2/2]
      
        
          | Mat cv::DescriptorMatcher::DescriptorCollection::getDescriptor | ( | int | globalDescIdx | ) | const | 
      
 
 
◆ getDescriptors()
      
        
          | const Mat& cv::DescriptorMatcher::DescriptorCollection::getDescriptors | ( |  | ) | const | 
      
 
 
◆ getLocalIdx()
      
        
          | void cv::DescriptorMatcher::DescriptorCollection::getLocalIdx | ( | int | globalDescIdx, | 
        
          |  |  | int & | imgIdx, | 
        
          |  |  | int & | localDescIdx | 
        
          |  | ) |  | const | 
      
 
 
◆ set()
      
        
          | void cv::DescriptorMatcher::DescriptorCollection::set | ( | const std::vector< Mat > & | descriptors | ) |  | 
      
 
 
◆ size()
      
        
          | int cv::DescriptorMatcher::DescriptorCollection::size | ( |  | ) | const | 
      
 
 
◆ mergedDescriptors
  
  | 
        
          | Mat cv::DescriptorMatcher::DescriptorCollection::mergedDescriptors |  | protected | 
 
 
◆ startIdxs
  
  | 
        
          | std::vector<int> cv::DescriptorMatcher::DescriptorCollection::startIdxs |  | protected | 
 
 
The documentation for this class was generated from the following file: