Class MSDDetector
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Class implementing the MSD (Maximal Self-Dissimilarity) keypoint detector.
public class MSDDetector : Feature2D, IDisposable
- Inheritance
-
MSDDetector
- Implements
- Inherited Members
Properties
- ComputeOrientation
Flag to compute the keypoints orientation.
- KNN
Number of nearest neighbors.
- NScales
Number of scales for the scale pyramid (-1 = auto).
- NmsRadius
Non maxima suppression radius.
- NmsScaleRadius
Non maxima suppression radius in scale space.
- PatchRadius
Patch radius.
- ScaleFactor
Scale factor for building up the scale pyramid.
- SearchAreaRadius
Search area radius.
- ThSaliency
Saliency threshold.
Methods
- Create(int, int, int, int, float, int, float, int, bool)
Creates the MSD detector.