Table of Contents

Method Create

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Create(int, float, float, int, int)

Creates a new implementation instance.

public static HarrisLaplaceFeatureDetector Create(int numOctaves = 6, float cornThresh = 0.01, float dogThresh = 0.01, int maxCorners = 5000, int numLayers = 4)

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.

Returns

HarrisLaplaceFeatureDetector