Dear experts,
I am trying to use the VLIB library to compute disparity map from two webcams.
To test the VLIB_disparity_SAD8 fonction on PC, I first compare the result using the Tsukuba dataset which can be found here : http://vision.middlebury.edu/stereo/data/scenes2001/
The results are quite similar with my own not optimized SAD function.
Now I would like to use image from 2 webcam.
I calibrated and rectified th 2 images from the 2 webcam using OpenCv function and then using the VLIB_disparity_SAD8 fonction. The results are very noisy and it is different from the opencv results.
I wonder if I have not forget steps.
Does anyone already computed correctly a disparity map from 2 cameras and can give me some advice?
Thanks a lot
Jerome