Click or drag to resize
Accord.NET (logo)

MoravecCornersDetectorThreshold Property

Threshold value, which is used to filter out uninteresting points.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int Threshold { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The value is used to filter uninteresting points - points which have value below specified threshold value are treated as not corners candidates. Increasing this value decreases the amount of detected point.

Default value is set to 500.

See Also