A demo that implement image registration by matching SIFT descriptor and appling affine transformation.
# test in python 3.8
pip install opencv-python # 4.5.5.62 was tested
A demo that implement image registration by matching SIFT descriptors and appling RANSAC and affine transformation.
Python