Skip to content

Implementation of Scale Invariant Feature Transform (SIFT) using python/numpy and opencv for image manipualtion.

Notifications You must be signed in to change notification settings

ndahiya3/SIFT-implementation-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SIFT-implementation-python

Implementation of Scale Invariant Feature Transform (SIFT) using python/numpy and opencv for image manipualtion.
Simply run the file "sift.py"
python sift.py
It will ask for a filename to process. Enter the filename to process with single quotes like so:
Please enter filename to process: 'test000.jpg'
It will show a window with the result. Press any key to end the program and close the window. The result will be saved in "result.jpg" file in the same folder.

About

Implementation of Scale Invariant Feature Transform (SIFT) using python/numpy and opencv for image manipualtion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages