Skip to content

jayantsolanki/Scale-space-blob-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scale-space-blob-detection


Project Summary


This project demonstrates the application of scale and rotation invariant “ Laplacian of Gaussian ” Filter in finding the blobs/areas of special interests in a given image, which plays an important role in object detection and tracking. It also has the report which will provide a detailed steps followed in achieving the above mentioned objective. Most of the procedures followed have been inspired from the “Feature Detection with Automatic Scale Selection” paper by Tony Lindeberg. All the coding has been done in the MATLAB environment and proper references have been highlighted in the report.

Results


original image (butterfly.jpg)

alt text

image with blobs detected (butterfly1.jpg)

alt text

original image (capen.jpg)

alt text

image with blobs detected (capen.jpg)

alt text

original image (heath.jpg)

alt text

image with blobs detected (heath1.jpg)

alt text

original image (library.jpg)

alt text

image with blobs detected (library1.jpg)

alt text

Documentation


Project report can be found at report link

File/Folder Tree


  • data contains image data
  • docs contains original problem statement
  • report contains report having implementation details
  • code contains implementation code in Matlab

Datasheet


  1. Datasheet: https://goo.gl/fXLckT

Software/Hardware


  1. MATLAB R2017a on personal system
  2. Intel i3, 3GB Ram, Sublime Text 3 IDE

References


  1. MATLAB Documentation
  2. Hw2.pdf
  3. Lecture slides
  4. David G Lowe. Distinctive image features from scale-invariant keypoints
  5. Tony Lindeberg. Feature detection with automatic scale selection
  6. Sample Harris detector code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages