|
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; }
Public Property ComputeOrientation As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue 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