Click or drag to resize

NativeMethodsimgproc_boundingRect_Point2f Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boundingRect_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.Rect@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_boundingRect_Point2f(
	Point2f[] curve,
	int curveLength,
	out Rect returnValue
)

Parameters

curve
Type: OpenCvSharpPoint2f

[Missing <param name="curve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boundingRect_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.Rect@)"]

curveLength
Type: SystemInt32

[Missing <param name="curveLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boundingRect_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.Rect@)"]

returnValue
Type: OpenCvSharpRect

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boundingRect_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.Rect@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_boundingRect_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.Rect@)"]

See Also