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
numOctavesintThe number of octaves in the scale-space pyramid.
cornThreshfloatThe threshold for the Harris cornerness measure.
dogThreshfloatThe threshold for the Difference-of-Gaussians scale selection.
maxCornersintThe maximum number of corners to consider.
numLayersintThe number of intermediate scales per octave.