Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericIEnumerableSpeededUpRobustFeaturePoint
The list of points to be described.
See Also