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