OpenCV  3.4.5
Open Source Computer Vision
Classes | Typedefs
Xfeatures2d_nonfree

Classes

class  cv::xfeatures2d::SIFT
 Class for extracting keypoints and computing descriptors using the Scale Invariant Feature Transform (SIFT) algorithm by D. Lowe [123] . More...
 
class  cv::xfeatures2d::SURF
 Class for extracting Speeded Up Robust Features from an image [11] . More...
 
class  cv::cuda::SURF_CUDA
 Class used for extracting Speeded Up Robust Features (SURF) from an image. : More...
 

Typedefs

typedef SIFT cv::xfeatures2d::SiftDescriptorExtractor
 
typedef SIFT cv::xfeatures2d::SiftFeatureDetector
 
typedef SURF cv::xfeatures2d::SurfDescriptorExtractor
 
typedef SURF cv::xfeatures2d::SurfFeatureDetector
 

Detailed Description

Typedef Documentation

◆ SiftDescriptorExtractor

◆ SiftFeatureDetector

◆ SurfDescriptorExtractor

◆ SurfFeatureDetector