|
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 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