Click or drag to resize

OpenCvSharp.XFeatures2D Namespace

[Missing <summary> documentation for "N:OpenCvSharp.XFeatures2D"]

Classes
  ClassDescription
Public classBriefDescriptorExtractor
BRIEF Descriptor
Public classFREAK
FREAK implementation
Public classLATCH
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
Public classLUCID
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.
Public classSIFT
SIFT implementation.
Public classStarDetector
The "Star" Detector
Public classSURF
Class for extracting Speeded Up Robust Features from an image.