xmba15 / uncalibrated_stereo_rectification

simple library for uncalibrated stereo rectification using feature points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ uncalibrated stereo rectification


  • original pair of images

not_rectified

  • rectified images by method implemented in opencv (Hartley et al.'s method)

opencv_rectified

  • rectified images by loop&zhang's method:

lz_rectified

could not find Loop et al.'s original implementation so I implemented my own way of additional uniform scaling and translation after rectification.

πŸŽ‰ TODO


πŸŽ› Dependencies


python setup.py install --record files.txt
  • conda environment
conda env create --file environment.yml
conda activate stereo_rectification

πŸƒ How to Run


python scripts/test_stereo_rectification.py --left_image_path LEFT_IMAGE_PATH --right_image_path RIGHT_IMAGE_PATH

# eg: python scripts/test_stereo_rectification.py --left_image_path ./data/TOMMY2_L.png --right_image_path ./data/TOMMY2_R.png

the pair of images used here are from MCL SS Database

πŸ’Ž References


About

simple library for uncalibrated stereo rectification using feature points


Languages

Language:Python 100.0%