Click or drag to resize

NativeMethodsimgproc_boxPoints_Point2f Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boxPoints_Point2f(OpenCvSharp.RotatedRect,OpenCvSharp.Point2f[])"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_boxPoints_Point2f(
	RotatedRect box,
	Point2f[] points
)

Parameters

box
Type: OpenCvSharpRotatedRect

[Missing <param name="box"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boxPoints_Point2f(OpenCvSharp.RotatedRect,OpenCvSharp.Point2f[])"]

points
Type: OpenCvSharpPoint2f

[Missing <param name="points"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boxPoints_Point2f(OpenCvSharp.RotatedRect,OpenCvSharp.Point2f[])"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boxPoints_Point2f(OpenCvSharp.RotatedRect,OpenCvSharp.Point2f[])"]

See Also