Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDetectorComputeOrientation Property

Gets or sets a value indicating whether all feature points should have their orientation computed after being detected. Default is true.

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

Property Value

Type: Boolean
true if to compute orientation; otherwise, false.
Remarks
Computing orientation requires additional processing; set this property to false to compute the orientation of only selected points by using the current feature descriptor for the last set of detected points.
See Also