Skip to content

ArpineKeyan/Image-Blur-detection-and-image-quality-check-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Image-Blur-Detection-and-image-quality-check-python

This code use calculation of Laplacian's variance method to detect blur in the image. It also use Image Quality Assessment : BRISQUE to calculate quality of image in a range of 0-100. Lower number is greater is the quality of image and vice versa.

Installation Instructions

Requirements

Python 3.x LIVSVM Installation

For Python 3.x :

  1. cd Python/libsvm/
  2. make
  3. cd python
  4. make

Usage

Go to Python/libsvm/python/ and run the following command. python3 brisquequality.py --image <image_path>

If you want to use your own threshold for blur detetction you can add a flag of -t which have the default value of 100.0 python3 brisquequality.py --image <image_path> -t <value>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 21.1%
  • C++ 20.2%
  • HTML 17.3%
  • C 15.0%
  • M4 13.2%
  • Python 12.2%
  • Other 1.0%