Click or drag to resize

NativeMethodscalib3d_reprojectImageTo3D Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void calib3d_reprojectImageTo3D(
	IntPtr disparity,
	IntPtr _3dImage,
	IntPtr Q,
	int handleMissingValues,
	int ddepth
)

Parameters

disparity
Type: SystemIntPtr
_3dImage
Type: SystemIntPtr
Q
Type: SystemIntPtr
handleMissingValues
Type: SystemInt32
ddepth
Type: SystemInt32
See Also