OpenCvSharp.NativeMethods.calib3d_reprojectImageTo3D C# (CSharp) Method

calib3d_reprojectImageTo3D() private method

private calib3d_reprojectImageTo3D ( IntPtr disparity, IntPtr _3dImage, IntPtr Q, int handleMissingValues, int ddepth ) : void
disparity System.IntPtr
_3dImage System.IntPtr
Q System.IntPtr
handleMissingValues int
ddepth int
return void
        public static extern void calib3d_reprojectImageTo3D(IntPtr disparity, IntPtr _3dImage,
            IntPtr Q, int handleMissingValues, int ddepth);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods