What does a disparity map in OpenCV tell?
Advertisements What does the map returned by stereo.compute() indicate? The definition of disparity is the distance between two comparable pixels in the left and right images. However, by running the following code, I obtained a map with the same size as the input photos with values ranging from -16 to 211. I got confused when… Read More What does a disparity map in OpenCV tell?