NativeMethodsimgproc_boundingRect_Point Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Rect imgproc_boundingRect_Point( Point[] curve, int curveLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_boundingRect_Point ( curve As Point(), curveLength As Integer ) As Rect
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Rect imgproc_boundingRect_Point( array<Point>^ curve, int curveLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_boundingRect_Point : curve : Point[] * curveLength : int -> Rect
OpenCvSharp.NativeMethods.imgproc_boundingRect_Point = function(curve, curveLength);