Skip to content

SIFT implementation from scratch in python with opencv

License

Notifications You must be signed in to change notification settings

hakimhassani97/SIFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIFT

SIFT implementation from scratch in python with opencv

here's my work about the SIFT algorithm

i have two files inside the project

1- 'siftOnePixel.py' calculates SIFT for one pixel specified in the lines 13,14 of the file [pixelX,pixelY]

2- 'sift.py' calculates SIFT for the entire image and draws white rectangles in INTEREST POINTS

you can change the threshold value for contour detection in lines 128,129 variable 'seuil'

About

SIFT implementation from scratch in python with opencv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages