Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDescriptorCompute Method (SpeededUpRobustFeaturePoint)

Describes the specified point (i.e. computes and sets the orientation and descriptor vector fields of the SpeededUpRobustFeaturePoint.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Compute(
	SpeededUpRobustFeaturePoint point
)
Request Example View Source

Parameters

point
Type: Accord.ImagingSpeededUpRobustFeaturePoint
The point to be described.
See Also