Click or drag to resize

NativeMethodsimgproc_contourArea_InputArray Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_InputArray(System.IntPtr,System.Int32,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_contourArea_InputArray(
	IntPtr contour,
	int oriented,
	out double returnValue
)

Parameters

contour
Type: SystemIntPtr

[Missing <param name="contour"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_InputArray(System.IntPtr,System.Int32,System.Double@)"]

oriented
Type: SystemInt32

[Missing <param name="oriented"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_InputArray(System.IntPtr,System.Int32,System.Double@)"]

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_InputArray(System.IntPtr,System.Int32,System.Double@)"]

See Also