Click or drag to resize
Accord.NET (logo)

FastCornersDetectorScores Property

Gets the scores of the each corner detected in the previous call to Transform(Bitmap).

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

Property Value

Type: Int32
The scores of each last computed corner.
See Also