Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDescriptorCompute Method

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

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Compute(
	IList<FastRetinaKeypoint> points
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericIListFastRetinaKeypoint
The point to be described.
See Also