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