Skip to content

An python script for register image with SIFT algoritm and comparison them with difference and merge

License

Notifications You must be signed in to change notification settings

AhmedMesih/image-register-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image-register-comparison

An python script for register image with 2 different library

  • OpenCV Classics: SIFT algoritm for feature matching and RANSAC for homography estimation and show comparison registered and first image with difference bitmap and BW merge bitmap.
  • SimpleITK: You can use affline or B-spline metods which includes the library for registration.

Requirements

pip install opencv-python
pip install SimpleITK
pip install tk

This script has own Tkinter GUI for select library and image selecting and slider for threshold finetuning. image image

Releases

No releases published

Packages

 
 
 

Languages