Class HarrisLaplaceFeatureDetector
- Namespace
- Emgu.CV.XFeatures2D
- Assembly
- Emgu.CV.dll
Class implementing the Harris-Laplace feature detector
public class HarrisLaplaceFeatureDetector : Feature2D, IDisposable, IAlgorithm
- Inheritance
-
HarrisLaplaceFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Constructors
HarrisLaplaceFeatureDetector(int, float, float, int, int)
Create a HarrisLaplaceFeatureDetector
public HarrisLaplaceFeatureDetector(int numOctaves, float cornThresh, float DOGThresh, int maxCorners, int numLayers)
Parameters
numOctaves
intthe number of octaves in the scale-space pyramid
cornThresh
floatthe threshold for the Harris cornerness measure
DOGThresh
floatthe threshold for the Difference-of-Gaussians scale selection
maxCorners
intthe maximum number of corners to consider
numLayers
intthe number of intermediate scales per octave
Methods
DisposeObject()
Release all the unmanaged resource associated with FREAK
protected override void DisposeObject()