NativeMethodscalib3d_StereoMatcher_compute Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_StereoMatcher_compute( IntPtr obj, IntPtr left, IntPtr right, IntPtr disparity )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_StereoMatcher_compute ( obj As IntPtr, left As IntPtr, right As IntPtr, disparity As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_StereoMatcher_compute( IntPtr obj, IntPtr left, IntPtr right, IntPtr disparity )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_StereoMatcher_compute : obj : IntPtr * left : IntPtr * right : IntPtr * disparity : IntPtr -> unit
OpenCvSharp.NativeMethods.calib3d_StereoMatcher_compute = function(obj, left, right, disparity);