Click or drag to resize
Accord.NET (logo)

HarrisCornersDetector Constructor (HarrisCornerMeasure, Single, Double, Int32)

Initializes a new instance of the HarrisCornersDetector class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public HarrisCornersDetector(
	HarrisCornerMeasure measure,
	float threshold,
	double sigma,
	int suppression
)
Request Example View Source

Parameters

measure
Type: Accord.ImagingHarrisCornerMeasure
threshold
Type: SystemSingle
sigma
Type: SystemDouble
suppression
Type: SystemInt32
See Also