NativeMethodscalib3d_reprojectImageTo3D Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_reprojectImageTo3D( IntPtr disparity, IntPtr _3dImage, IntPtr Q, int handleMissingValues, int ddepth )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_reprojectImageTo3D ( disparity As IntPtr, _3dImage As IntPtr, Q As IntPtr, handleMissingValues As Integer, ddepth As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_reprojectImageTo3D( IntPtr disparity, IntPtr _3dImage, IntPtr Q, int handleMissingValues, int ddepth )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_reprojectImageTo3D : disparity : IntPtr * _3dImage : IntPtr * Q : IntPtr * handleMissingValues : int * ddepth : int -> unit
OpenCvSharp.NativeMethods.calib3d_reprojectImageTo3D = function(disparity, _3dImage, Q, handleMissingValues, ddepth);