Computes disparity map for the input rectified stereo pair.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public: void FindStereoCorrespondence( Image<Gray, unsigned char>^ left, Image<Gray, unsigned char>^ right, Image<Gray, short>^ disparity )