|
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; }
Public ReadOnly Property Scores As Integer()
Get
Request Example
View SourceProperty Value
Type:
Int32The scores of each last computed corner.
See Also