Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.
/ Blob_Detector Public archive

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.

Notifications You must be signed in to change notification settings

Abhishek-EE/Blob_Detector

Repository files navigation

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, Performed Harris’ Non-Max Suppression and encircled the Blobs. To undersatand the working of the project in more depth read Arsingh3_Project04_Report.pdf. To run the project open the Arsingh3_project04_code folder and run the main_function.m file.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages