SIFT Keypoint Detection Using Laplacian Blobs (Dec '19)
- Generated Laplacian scale space . Implemented difference of gaussian for efficiency.
- Implemented a non max suppression algorithm for reducing redundant blobs.
- Actuated functions like convolution, DFT, up sampling/downscaling, etc. to reduce execution time using OpenCV and Python.