Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDetectorComputeDescriptors Property

Gets or sets a value indicating whether all feature points should have their descriptors computed after being detected. Default is to compute standard descriptors.

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

Property Value

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