Emgu CV Library Documentation
ReprojectImageTo3D Method (disparity, Q)
NamespacesEmgu.CVPointCollectionReprojectImageTo3D(Image<(Of <(Gray, Int16>)>), Matrix<(Of <(Double>)>))

www.emgu.com/wiki
Transforms 1-channel disparity map to 3-channel image, a 3D surface.
Declaration Syntax
C#Visual BasicVisual C++
public static MCvPoint3D32f[] ReprojectImageTo3D(
	Image<Gray, short> disparity,
	Matrix<double> Q
)
Public Shared Function ReprojectImageTo3D ( _
	disparity As Image(Of Gray, Short), _
	Q As Matrix(Of Double) _
) As MCvPoint3D32f()
public:
static array<MCvPoint3D32f>^ ReprojectImageTo3D(
	Image<Gray, short>^ disparity, 
	Matrix<double>^ Q
)
Parameters
disparity (Image<(Of <(Gray, Int16>)>))
Disparity map
Q (Matrix<(Of <(Double>)>))
The reprojection 4x4 matrix, can be arbitrary, e.g. the one, computed by cvStereoRectify
Return Value

[Missing <returns> documentation for M:Emgu.CV.PointCollection.ReprojectImageTo3D(Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Int16},Emgu.CV.Matrix{System.Double})]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)