Click or drag to resize
Accord.NET (logo)

FastRetinaKeypoint Constructor

Initializes a new instance of the FastRetinaKeypoint class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FastRetinaKeypoint(
	double x,
	double y
)
Request Example View Source

Parameters

x
Type: SystemDouble
The x-coordinate of the point in the image.
y
Type: SystemDouble
The y-coordinate of the point in the image.
See Also