Computes disparity map for the input rectified stereo pair.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public: void FindStereoCorrespondence( GpuImage<Gray, unsigned char>^ left, GpuImage<Gray, unsigned char>^ right, GpuImage<Gray, unsigned char>^ disparity, Stream^ stream )
Parameters
- stream
- Stream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).