Click or drag to resize

NativeMethodsimgproc_contourArea_InputArray Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static double imgproc_contourArea_InputArray(
	IntPtr contour,
	int oriented
)

Parameters

contour
Type: SystemIntPtr
oriented
Type: SystemInt32

Return Value

Type: Double
See Also