|
FastRetinaKeypoint Conversion (FastRetinaKeypoint to PointF)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static implicit operator PointF (
FastRetinaKeypoint point
)
Public Shared Widening Operator CType (
point As FastRetinaKeypoint
) As PointF
Request Example
View SourceParameters
- point
- Type: Accord.ImagingFastRetinaKeypoint
The point to be converted.
Return Value
Type:
PointF
The result of the conversion.
See Also