Click or drag to resize

NativeMethodsimgproc_boxPoints_OutputArray Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boxPoints_OutputArray(OpenCvSharp.RotatedRect,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_boxPoints_OutputArray(
	RotatedRect box,
	IntPtr points
)

Parameters

box
Type: OpenCvSharpRotatedRect

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

points
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boxPoints_OutputArray(OpenCvSharp.RotatedRect,System.IntPtr)"]

See Also