Blob Detection
- Tech Stack: Python, OpenCV
- Github URL: Project Link
Computed scale invariant key points and corresponding region at multiple scales using response of image towards Laplacian of Gaussian filter.
Designed a 3D neighborhood based non-Maxima suppression algorithm to eliminate overlapping blobs in the detected key points.
Selected among the top 3 projects in the class for blob detection in images.

Given Image

Predicted Key Points