Reproject pixels on a 1-channel disparity map to array of 3D points.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static MCvPoint3D32f[] ReprojectImageTo3D( Image<Gray, short> disparity, Matrix<double> Q ) |
Visual Basic (Declaration) |
---|
Public Shared Function ReprojectImageTo3D ( _ disparity As Image(Of Gray, Short), _ Q As Matrix(Of Double) _ ) As MCvPoint3D32f() |
Visual C++ |
---|
public: static array<MCvPoint3D32f>^ ReprojectImageTo3D( Image<Gray, short>^ disparity, Matrix<double>^ Q ) |
Parameters
- disparity
- Type: Emgu.CV..::.Image<(Of <(Gray, Int16>)>)
Disparity map
- Q
- Type: Emgu.CV..::.Matrix<(Of <(Double>)>)
The reprojection 4x4 matrix, can be arbitrary, e.g. the one, computed by cvStereoRectify