Skip to content
forked from vishwa91/pyimreg

Simple Image registration using SIFT and RANSAC algorithm

Notifications You must be signed in to change notification settings

magrady24/pyimreg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Vishwanath

Before you wish to use this module, you need to download the SIFT program by 
David Lowe at the following website:
http://www.cs.ubc.ca/~lowe/keypoints/siftDemoV4.zip
Copy the binaries sift and siftWin32 to the scripts folder

Dependent packages: scipy PIL
Usage: python ransac.py image1 image2
Output: The program outputs the homography matrix to the console and also shows
        The first image transformed to match the second image

References:
1. http://www.janeriksolem.net/2009/06/affine-transformations-and-warping.html
2. http://www.janeriksolem.net/2009/02/sift-python-implementation.html

Note:
  This demo software(sift or siftWin32) is  provided for research purposes only. A license must be
obtained from the University of British Columbia for any commercial applications.
However, you are free to distribute the scripts as you like.

About

Simple Image registration using SIFT and RANSAC algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%