Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 295 Bytes

SIFT

Summer of Code, IITB 2017. This project is about implementing SIFT from scratch and using it in some interesting applications.

Coded entirely in native Python.

Stucture

implementation folder contains our implementation for constructing SIFT descriptors, as decided for phase one.