CvReprojectImageTo3D Method OpenCvSharp Class Library
Reprojects disparity image to 3D space

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

public static void ReprojectImageTo3D(
	CvArr disparityImage,
	CvArr _3dImage,
	CvMat Q
)

Parameters

disparityImage
Type: OpenCvSharpCvArr
Disparity map.
_3dImage
Type: OpenCvSharpCvArr
3-channel, 16-bit integer or 32-bit floating-point image - the output map of 3D points.
Q
Type: OpenCvSharpCvMat
The reprojection 4x4 matrix.
See Also

Reference