Click or drag to resize
Accord.NET (logo)

FastRetinaKeypoint  Conversion (FastRetinaKeypoint to IntPoint)

Performs an implicit conversion from FastRetinaKeypoint to IntPoint.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static implicit operator IntPoint (
	FastRetinaKeypoint point
)
Request Example View Source

Parameters

point
Type: Accord.ImagingFastRetinaKeypoint
The point to be converted.

Return Value

Type: IntPoint
The result of the conversion.
See Also