- Finding A Planar Homography Between Image Pairs
- version: 1.1
- author: Hamideh Kerdegari
- copyright: Copyright 2018
- license: GPL
- email: hamideh.kerdegari@gmail.com
- status: development
This repository contains a Python script for finding a planar homography between image pairs. This Python script receives two images and stores the output in the outFolderPath.
- Python2/3
- OpenCV
Install "argparse", "numpy":
sudo pip install argparse numpyYou can run this script from terminal.
python homography.py [-h] image1Path image2Path outFolderPath$ python homography.py image1.jpg image2.jpg results