NativeMethodscvBoundingRect Method OpenCvSharp Class Library

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

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

public static CvRect cvBoundingRect(
	IntPtr points,
	bool update
)

Parameters

points
Type: SystemIntPtr

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

update
Type: SystemBoolean

[Missing <param name="update"/> documentation for "M:OpenCvSharp.NativeMethods.cvBoundingRect(System.IntPtr,System.Boolean)"]

Return Value

Type: CvRect

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

See Also

Reference