#include <Settings.h>
|  | 
| virtual void | compute (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors) | 
|  | 
| virtual void | detect (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat()) | 
|  | 
| virtual void | detectAndCompute (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &mask=cv::Mat()) | 
|  | 
|  | Feature2D (cv::Ptr< cv::FeatureDetector > featureDetector) | 
|  | 
|  | Feature2D (cv::Ptr< cv::DescriptorExtractor > descriptorExtractor) | 
|  | 
|  | Feature2D (cv::Ptr< cv::Feature2D > feature2D) | 
|  | 
|  | Feature2D () | 
|  | 
| virtual | ~Feature2D () | 
|  | 
Definition at line 370 of file Settings.h.
 
◆ Feature2D() [1/4]
      
        
          | find_object::Feature2D::Feature2D | ( | cv::Ptr< cv::FeatureDetector > | featureDetector | ) |  | 
      
 
 
◆ Feature2D() [2/4]
      
        
          | find_object::Feature2D::Feature2D | ( | cv::Ptr< cv::DescriptorExtractor > | descriptorExtractor | ) |  | 
      
 
 
◆ Feature2D() [3/4]
      
        
          | find_object::Feature2D::Feature2D | ( | cv::Ptr< cv::Feature2D > | feature2D | ) |  | 
      
 
 
◆ Feature2D() [4/4]
  
  | 
        
          | find_object::Feature2D::Feature2D | ( |  | ) |  |  | inline | 
 
 
◆ ~Feature2D()
  
  | 
        
          | virtual find_object::Feature2D::~Feature2D | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ compute()
  
  | 
        
          | void find_object::Feature2D::compute | ( | const cv::Mat & | image, |  
          |  |  | std::vector< cv::KeyPoint > & | keypoints, |  
          |  |  | cv::Mat & | descriptors |  
          |  | ) |  |  |  | virtual | 
 
 
◆ detect()
  
  | 
        
          | void find_object::Feature2D::detect | ( | const cv::Mat & | image, |  
          |  |  | std::vector< cv::KeyPoint > & | keypoints, |  
          |  |  | const cv::Mat & | mask = cv::Mat() |  
          |  | ) |  |  |  | virtual | 
 
 
◆ detectAndCompute()
  
  | 
        
          | void find_object::Feature2D::detectAndCompute | ( | const cv::Mat & | image, |  
          |  |  | std::vector< cv::KeyPoint > & | keypoints, |  
          |  |  | cv::Mat & | descriptors, |  
          |  |  | const cv::Mat & | mask = cv::Mat() |  
          |  | ) |  |  |  | virtual | 
 
 
◆ descriptorExtractor_
  
  | 
        
          | cv::Ptr<cv::DescriptorExtractor> find_object::Feature2D::descriptorExtractor_ |  | private | 
 
 
◆ feature2D_
  
  | 
        
          | cv::Ptr<cv::Feature2D> find_object::Feature2D::feature2D_ |  | private | 
 
 
◆ featureDetector_
  
  | 
        
          | cv::Ptr<cv::FeatureDetector> find_object::Feature2D::featureDetector_ |  | private | 
 
 
The documentation for this class was generated from the following files: