Table of Contents

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 int

the number of octaves in the scale-space pyramid

cornThresh float

the threshold for the Harris cornerness measure

DOGThresh float

the threshold for the Difference-of-Gaussians scale selection

maxCorners int

the maximum number of corners to consider

numLayers int

the number of intermediate scales per octave

Methods

DisposeObject()

Release all the unmanaged resource associated with FREAK

protected override void DisposeObject()