Reproject pixels on a 1-channel disparity map to array of 3D points.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public: static array<MCvPoint3D32f>^ ReprojectImageTo3D( Image<Gray, unsigned char>^ disparity, Matrix<double>^ Q )