Click or drag to resize
Accord.NET (logo)

FastCornersDetectorSuppress Property

Gets or sets a value indicating whether non-maximum points should be suppressed. Default is true.

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

Property Value

Type: Boolean
true if non-maximum points should be suppressed; otherwise, false.
See Also