|
SpeededUpRobustFeaturesDescriptorCompute Method (IEnumerableSpeededUpRobustFeaturePoint)
|
Describes all specified points (i.e. computes and
sets the orientation and descriptor vector fields
of each
SpeededUpRobustFeaturePoint.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void Compute(
IEnumerable<SpeededUpRobustFeaturePoint> points
)
Public Sub Compute (
points As IEnumerable(Of SpeededUpRobustFeaturePoint)
)
Request Example
View SourceParameters
- points
- Type: System.Collections.GenericIEnumerableSpeededUpRobustFeaturePoint
The list of points to be described.
See Also