OpenCvSharp.XFeatures2D Namespace |
| Class | Description | |
|---|---|---|
| BriefDescriptorExtractor |
BRIEF Descriptor
| |
| FREAK |
FREAK implementation
| |
| LATCH |
LATCH Descriptor.
latch Class for computing the LATCH descriptor.
If you find this code useful, please add a reference to the following paper in your work:
Gil Levi and Tal Hassner, "LATCH: Learned Arrangements of Three Patch Codes", arXiv preprint arXiv:1501.03719, 15 Jan. 2015.
Note: a complete example can be found under /samples/cpp/tutorial_code/xfeatures2D/latch_match.cpp
| |
| LUCID |
Class implementing the locally uniform comparison image descriptor, described in @cite LUCID.
An image descriptor that can be computed very fast, while being
about as robust as, for example, SURF or BRIEF.
@note It requires a color image as input.
| |
| SIFT |
SIFT implementation.
| |
| StarDetector |
The "Star" Detector
| |
| SURF |
Class for extracting Speeded Up Robust Features from an image.
|