|
FastRetinaKeypoint Constructor
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public FastRetinaKeypoint(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
Request Example
View SourceParameters
- 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