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