NativeMethodscalib3d_reprojectImageTo3D Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_reprojectImageTo3D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void calib3d_reprojectImageTo3D(
	IntPtr disparity,
	IntPtr _3dImage,
	IntPtr Q,
	int handleMissingValues,
	int ddepth
)

Parameters

disparity
Type: SystemIntPtr

[Missing <param name="disparity"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_reprojectImageTo3D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

_3dImage
Type: SystemIntPtr

[Missing <param name="_3dImage"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_reprojectImageTo3D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

Q
Type: SystemIntPtr

[Missing <param name="Q"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_reprojectImageTo3D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

handleMissingValues
Type: SystemInt32

[Missing <param name="handleMissingValues"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_reprojectImageTo3D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

ddepth
Type: SystemInt32

[Missing <param name="ddepth"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_reprojectImageTo3D(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

See Also

Reference