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.
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.