Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 748 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 748 Bytes

er9b

Written and tested on Ubuntu 22.04.

Rectify (align) a pair of images.

This repo is an implementation of:

"Quasi-Euclidean Uncalibrated Epipolar Rectification" by A. Fusiello and L. Irsara

To create the executable, compile the code in directory "er9b" using "make -f Makefile_g/Makefile_O" and then go into the "main" directory and create the exec using "make".

Test cases are given in the "test" directory.

Info about er9b (theory behind it and how to use it) can be found here:

Epipolar Rectification 9b (ER9b)

Dependencies (check the Makefiles):

"common" repo