NativeMethodsimgproc_contourArea_Point Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_contourArea_Point( Point[] contour, int contourLength, int oriented, out double returnValue )
Public Shared Function imgproc_contourArea_Point ( contour As Point(), contourLength As Integer, oriented As Integer, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_contourArea_Point( array<Point>^ contour, int contourLength, int oriented, [OutAttribute] double% returnValue )
static member imgproc_contourArea_Point : contour : Point[] * contourLength : int * oriented : int * returnValue : float byref -> ExceptionStatus
[Missing <param name="contour"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]
[Missing <param name="contourLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]
[Missing <param name="oriented"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_contourArea_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]