Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya9211 authored Apr 8, 2018
1 parent d635ec2 commit 3c80d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ so we need some smart way to delete the uneccessary Images.
I also applied the Laplacian of gausssian(LoG) 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 LoG filter mentioned in https://www.pyimagesearch.com/2015/09/07/blur-detection-with-opencv/**
Used variance of LoG filter mentioned in: https://www.pyimagesearch.com/2015/09/07/blur-detection-with-opencv/

Some of its discussions

Expand Down Expand Up @@ -54,7 +54,7 @@ Rescaled the Images to 100 x 100 Pixels in Grayscale Coding and done median filt

# Quick Start
`Need the Images that are clear in separate folder and one with blurred in other folder.`
```python
```ruby

# Clone the repo
git clone https://github.com/aditya9211/Blur-and-Clear-Classification.git
Expand Down

0 comments on commit 3c80d7b

Please sign in to comment.