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