Skip to content
/ er9b Public

Epipolar rectification of stereo pair. Implementation of "Quasi-Euclidean Uncalibrated Epipolar Rectification" by A. Fusiello and L. Irsara.

Notifications You must be signed in to change notification settings

ugocapeto/er9b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Epipolar rectification of stereo pair. Implementation of "Quasi-Euclidean Uncalibrated Epipolar Rectification" by A. Fusiello and L. Irsara.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published