NativeMethodsimgproc_boundingRect_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Rect imgproc_boundingRect_InputArray( IntPtr curve )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_boundingRect_InputArray ( curve As IntPtr ) As Rect
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Rect imgproc_boundingRect_InputArray( IntPtr curve )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_boundingRect_InputArray : curve : IntPtr -> Rect
OpenCvSharp.NativeMethods.imgproc_boundingRect_InputArray = function(curve);