Compute a dense disparity map using the Fundamental matrix of 2 images.
- Compute the Harris corners of the images
- Compute the correspondences between the images
- Compute the Fundamental matri using RANSAC
- Compute the disparity map using the Fundamental matrix
pip install -r requirements.txt
python3 stereo.py <left-image> <right-image>