Skip to content

Implement the convolution of a Laplacian of a Gaussian blob in python

License

Notifications You must be signed in to change notification settings

jacons/Edge-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-Detector

Implement the convolution of a Laplacian of a Gaussian blob (LoG) detector with an image and apply it to 3-4 images of your choice from the dataset (possibly from different thematic classes). Do not use library functions for implementing the convolution or to generate the LoG filter. Implement your own and show the code (the interesting bits at least)! The function you implement should be able to run the LoG for different choices of the scale parameter, which is passed as an input argument. Show the results of your code on the 3-4 example images, for different choices of the scale parameter (sigma).

About

Implement the convolution of a Laplacian of a Gaussian blob in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages