|  | 
| 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()) | 
|  | 
|  | GPUFAST (int threshold=Settings::defaultFeature2D_Fast_threshold(), bool nonmaxSuppression=Settings::defaultFeature2D_Fast_nonmaxSuppression(), double keypointsRatio=Settings::defaultFeature2D_Fast_keypointsRatio()) | 
|  | 
| virtual | ~GPUFAST () | 
|  | 
|  | Feature2D (cv::Ptr< cv::FeatureDetector > featureDetector) | 
|  | 
|  | Feature2D (cv::Ptr< cv::DescriptorExtractor > descriptorExtractor) | 
|  | 
|  | Feature2D (cv::Ptr< cv::Feature2D > feature2D) | 
|  | 
|  | Feature2D () | 
|  | 
| virtual | ~Feature2D () | 
|  | 
Definition at line 452 of file Settings.cpp.
 
◆ GPUFAST()
  
  | 
        
          | find_object::GPUFAST::GPUFAST | ( | int | threshold = Settings::defaultFeature2D_Fast_threshold(), |  
          |  |  | bool | nonmaxSuppression = Settings::defaultFeature2D_Fast_nonmaxSuppression(), |  
          |  |  | double | keypointsRatio = Settings::defaultFeature2D_Fast_keypointsRatio() |  
          |  | ) |  |  |  | inline | 
 
 
◆ ~GPUFAST()
  
  | 
        
          | virtual find_object::GPUFAST::~GPUFAST | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ compute()
  
  | 
        
          | virtual void find_object::GPUFAST::compute | ( | const cv::Mat & | image, |  
          |  |  | std::vector< cv::KeyPoint > & | keypoints, |  
          |  |  | cv::Mat & | descriptors |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ detect()
  
  | 
        
          | virtual void find_object::GPUFAST::detect | ( | const cv::Mat & | image, |  
          |  |  | std::vector< cv::KeyPoint > & | keypoints, |  
          |  |  | const cv::Mat & | mask = cv::Mat() |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ detectAndCompute()
  
  | 
        
          | virtual void find_object::GPUFAST::detectAndCompute | ( | const cv::Mat & | image, |  
          |  |  | std::vector< cv::KeyPoint > & | keypoints, |  
          |  |  | cv::Mat & | descriptors, |  
          |  |  | const cv::Mat & | mask = cv::Mat() |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ fast_
  
  | 
        
          | CVCUDA::FAST_GPU find_object::GPUFAST::fast_ |  | private | 
 
 
The documentation for this class was generated from the following file: