manuavs / SIFT

Implementation of SIFT algorithm by Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of SIFT algorithm by Python


Languages

Language:Python 100.0%