NativeMethodsimgproc_convexHull_Point_ReturnsPoints Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_convexHull_Point_ReturnsPoints( Point[] points, int pointsLength, IntPtr hull, int clockwise )
Public Shared Function imgproc_convexHull_Point_ReturnsPoints ( points As Point(), pointsLength As Integer, hull As IntPtr, clockwise As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_convexHull_Point_ReturnsPoints( array<Point>^ points, int pointsLength, IntPtr hull, int clockwise )
static member imgproc_convexHull_Point_ReturnsPoints : points : Point[] * pointsLength : int * hull : IntPtr * clockwise : int -> ExceptionStatus
[Missing <param name="points"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]
[Missing <param name="pointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]
[Missing <param name="hull"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]
[Missing <param name="clockwise"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]