/SIFT

Implementation of SIFT algorithm by Python

Primary LanguagePython

1.Run the sift:
Sift_fd.py is the main file, and the function: feature_detect will return the coordinates of feature points detected by the algorithm
2.Run the pixel compare:
testcompare.py is the main file, it usese pixels generated by harris corner detection method