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