Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Hyperlink LoG
  • Loading branch information
aditya9211 authored Apr 23, 2018
1 parent 49bd939 commit c590ecb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ As a smart person(myself a CS guy) we doesn't want to manually filter out the Cl
so we need some smart way to delete the uneccessary Images.

## LoG Filter
I also applied the Laplacian of gausssian(LoG) filter to detect the blur images, but it was difficult to find
I also applied the Laplacian of gausssian(**[LoG](http://academic.mu.edu/phys/matthysd/web226/Lab02.htm/)**) filter to detect the blur images, but it was difficult to find
exact value of threshold needed to differentiate images; despite that results were not fascinating.
Used variance of LoG filter mentioned in: https://www.pyimagesearch.com/2015/09/07/blur-detection-with-opencv/
Used variance of **[LoG filter](https://www.pyimagesearch.com/2015/09/07/blur-detection-with-opencv/)** mentioned in:

Some of its discussions

Expand All @@ -24,8 +24,6 @@ https://stackoverflow.com/questions/5180327/detection-of-blur-in-images-video-se

LoG Ref:

http://academic.mu.edu/phys/matthysd/web226/Lab02.htm

http://aishack.in/tutorials/sift-scale-invariant-feature-transform-log-approximation/

Repo which implemented LoG filter in Python:
Expand Down

0 comments on commit c590ecb

Please sign in to comment.