Blob Detection

blob-butterfly View on GitHub

  • Blob detection is a major component in the fields on Image Processing and Computer Vision.
  • In this project, a blob detector with statistical steps was implemented from scratch.
  • Generated Laplacian of Gaussian filter.
  • Generated Laplacian Scale Space with Convolution.
  • Performed Non-Max-Suppression.
  • Drawn circles around maxima points.

blob-naruto