|
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; }
Public Property Suppress As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue if non-maximum points should
be suppressed; otherwise,
false.
See Also