www.emgu.com/wiki
Transforms 1-channel disparity map to 3-channel image, a 3D surface.

Declaration Syntax
Public Shared Sub cvReprojectImageTo3D ( _
disparity As IntPtr, _
image3D As IntPtr, _
Q As IntPtr _
)

Parameters
- disparity (IntPtr)
- Disparity map
- image3D (IntPtr)
- 3-channel, 16-bit integer or 32-bit floating-point image - the output map of 3D points
- Q (IntPtr)
- The reprojection 4x4 matrix, can be arbitrary, e.g. the one, computed by cvStereoRectify
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)