Contains classes for 2D feature detection, extraction and matching.

Types

               
 All Types  Classes   Structures  Interfaces  Enumerations 
 NameDescription
SIFTDetector..::..AngleMode
The angle mode for the key point detector
FastDetector
FAST(Features from Accelerated Segment Test) keypoint detector
Features2DTracker
This class use ImageFeature to match or track object
IDescriptorExtractor
An interface for a descriptor generator
IKeyPointDetector
An interface for keypoint detector
ImageFeature
An ImageFeature contains a keypoint and its descriptor
LDetector
V. Lepetit keypoint detector
Features2DTracker..::..MatchedImageFeature
The matched Image feature
SURFTracker..::..MatchedSURFFeature
The matched SURF feature
MSERDetector
Wrapped CvMSERParams structure
PatchGenerator
OpenCV's PatchGenerator
PlanarObjectDetector
A Planar object detector
RTreeClassifier<(Of <(<'TColor>)>)>
The Calonder classifier
SelfSimDescriptor
SelfSimDescriptor
SIFTDetector
Wrapped SIFT detector structure
Features2DTracker..::..SimilarFeature
A similar feature is a structure that contains a Image feature and its corresponding distance to the comparing Image feature
SURFTracker..::..SimilarFeature
A similar feature is a structure that contains a SURF feature and its corresponding distance to the comparing SURF feature
StarDetector
CvStarDetectorParams
SURFDetector
Wrapped CvSURFParams structure
SURFFeature
A SURF feature
SURFTracker Obsolete.
This class use SURF and CamShift to track object