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