blob-detector
There are 3 repositories under blob-detector topic.
samuelebortolotti/feature-detection-and-tracking
Repository concerning a feature detector and tracker developed for the Computer Vision course of the master's degree in Computer Science at University of Trento
Abhishek-EE/Blob_Detector
This is the code from my ECE-558, Digital Imaging Systems, Final Project. Here I have implemented Blob Detection for images using Laplacian of Gaussian by creating a Laplacian Scale space via varying image size which helped increase the speed. After that I have performed Harris’ Non-Max Suppression and encircled the Blobs.