Class HarrisLaplaceFeatureDetector
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Class implementing the Harris-Laplace feature detector.
public class HarrisLaplaceFeatureDetector : Feature2D, IDisposable
- Inheritance
-
HarrisLaplaceFeatureDetector
- Implements
- Inherited Members
Properties
- CornThresh
The threshold for the Harris cornerness measure.
- DOGThresh
The threshold for the Difference-of-Gaussians scale selection.
- MaxCorners
The maximum number of corners to consider.
- NumLayers
The number of intermediate scales per octave.
- NumOctaves
The number of octaves in the scale-space pyramid.
Methods
- Create(int, float, float, int, int)
Creates a new implementation instance.