/image-register-comparison

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

Primary LanguagePythonMIT LicenseMIT

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