Skip to content

anasnafis77/Blur-Image-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blur-Image-Detection

Blur image detection is essential for computer vision system to avoid misinterpretation of the image. I build blur detection script on python using focus measure and Convolutional Neural Network. This work is my project in Jakarta Smart City as Data Science Trainee. The sample dataset originated from here

Usage

  1. Run this on command prompt: python detectBlur.py
  2. Choose your image from dialog appeared.
  3. After a few seconds, the blur detection result will be printed in command prompt and json file.
  4. To change the blur detection, edit method variable in detectBlur.py in the line below if name == 'main':. Currently, there are two method, which are 'cnn' and 'tenengrad'. (Next update will require specifying the method as an argument in command prompt)

About

Blur Image Detection using CNN and Focus Measures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published