CvPoint2D32f  Conversion (CvPoint to CvPoint2D32f) OpenCvSharp Class Library
Creates a CvPoint2D32f with the coordinates of the specified CvPoint.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static implicit operator CvPoint2D32f (
	CvPoint p
)

Parameters

p
Type: OpenCvSharpCvPoint
A CvPoint that specifies the coordinates for the new CvPoint2D32f.

Return Value

Type: CvPoint2D32f

[Missing <returns> documentation for "M:OpenCvSharp.CvPoint2D32f.op_Implicit(OpenCvSharp.CvPoint)~OpenCvSharp.CvPoint2D32f"]

See Also

Reference