http://www.emgu.com
Contains classes for 2D feature detection, extraction and matching.
Classes
Class | Description | |
---|---|---|
![]() | BriefDescriptorExtractor |
BRIEF Descriptor
|
![]() | BruteForceMatcher |
Wrapped BruteForceMatcher
|
![]() | FastDetector |
FAST(Features from Accelerated Segment Test) keypoint detector.
See Detects corners using FAST algorithm by E. Rosten (”Machine learning for high-speed corner
detection”, 2006).
|
![]() | Features2DTracker |
This class use ImageFeature to match or track object
|
![]() | GridAdaptedFeatureDetector |
Adapts a detector to partition the source image into a grid and detect points in each cell.
|
![]() | MSERDetector |
Wrapped CvMSERParams structure
|
![]() | PlanarObjectDetector |
A Planar object detector
|
![]() | RTreeClassifier<(Of <(<'TColor>)>)> |
The Calonder classifier
|
![]() | SelfSimDescriptor |
SelfSimDescriptor
|
![]() | SIFTDetector |
Wrapped SIFT detector
|
![]() | StarDetector |
StarDetector
|
![]() | SURFDetector |
Wrapped CvSURFParams structure
|
![]() | SURFFeature |
A SURF feature
|
Structures
Structure | Description | |
---|---|---|
![]() | Features2DTracker..::..MatchedImageFeature |
The matched Image feature
|
![]() | Features2DTracker..::..SimilarFeature |
A similar feature is a structure that contains a Image feature and its corresponding distance to the comparing Image feature
|
![]() | ImageFeature |
An ImageFeature contains a keypoint and its descriptor
|
![]() | LDetector |
V. Lepetit keypoint detector
|
![]() | PatchGenerator |
OpenCV's PatchGenerator
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IDescriptorExtractor |
An interface for a descriptor generator
|
![]() | IKeyPointDetector |
An interface for keypoint detector
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | BruteForceMatcher..::..DistanceType |
The match distance type
|
![]() | Features2DTracker..::..KeypointDrawType |
Define the Keypoint draw type
|
![]() | SIFTDetector..::..AngleMode |
The angle mode for the key point detector
|