Skip to content

hamidehkerdegari/Image-Homography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-Homography

  • Finding A Planar Homography Between Image Pairs
  • version: 1.1
  • author: Hamideh Kerdegari
  • copyright: Copyright 2018
  • license: GPL
  • email: [email protected]
  • status: development

Description

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.

System requirements:

  • Python2/3
  • OpenCV

Requaired python packages

Install "argparse", "numpy":

sudo pip install argparse numpy

Usage:

You can run this script from terminal.

python homography.py [-h] image1Path image2Path outFolderPath

Example:

$ python homography.py image1.jpg image2.jpg results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages