1 - Depth map estimate from rectified stereo images: Calculation of disparity and depth map for two groups of images from Middlebury image base, PlayTable and JadePlant;
2 - Stereo cameras with convergence: Calculation of disparity and depth map for another group of image, Morpheus action figure, from Furukawa and Ponce 3D Photography Dataset;
3 - Minimum box: Determing the minimum box dimensions in which the object of requeriment 2 can fit.
- Python version: 3.10.7
- OpenCV version: 4.6.0.66
- On Windows (git bash)
python -m venv pSV- On Linux
python3.10 -m venv pSV- On Windows (git bash)
source pSV/Scripts/activate- On Linux
source pSV/bin/activatepip install -r requirements.txtpython src/main.pypython f_aux/eval.pypython f_aux/middle.py| Original | Depth map |
|---|---|
![]() |
![]() |
![]() |
![]() |



