This is an implementation of SIFT algorithm to find correspondences in image pair. Generally, it is used to detect and describe local features in digital images, it locates certain keypoints and then furnishes them with quantitative information (descriptors) which can for example be used for object recognition.
Avant-Gardiste/SIFT-Image-Matching
Implementation of SIFT algorithm in python using OpenCV for image similarity.
PythonGPL-3.0