This project aims to correctly digitalize a digital capture of a physical photography. This is the first implementation assignment of the Computer Vision Fundamentals at UFRGS Computer Science program.
- Python 3 (windows, linux)
- Virtualenv
This project can be run locally using a python virtual environment. This are the steps to prepare it for Linux and Windows.
git clone https://github.com/ceschini/planar_homography.git
cd planar_homography
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
Windows users can double click the install_windows.cmd
script in order to install it. Please make sure you have Python 3 and virtualenv ready for it.
Inside the scripts
folder you can find .py files. These files can be executed by running python <script>.py
in a terminal. Just make sure your virtual environment is activated.