Giter Site home page Giter Site logo

blur-detection's Introduction

Blur-Detection

In this repo blur detection is done in two ways

> Blur detection with OpenCV

> OpenCV Fast Fourier Transform (FFT) for Blur Detection

Blur detection with OpenCV

Uses Variance of the laplacian

The Laplacian is often used for edge detection. The assumption here is that if an image contains high variance then there is a wide spread of responses, both edge-like and non-edge like, representative of a normal, in-focus image. But if there is very low variance, then there is a tiny spread of responses, indicating there are very little edges in the image. As we know, the more an image is blurred, the less edges there are.

Two input arguments need to be provided

> --images "folder where images are located"

> --threshold "default is 100 where if the focus of image is less that the threshold it says its blurry"

OpenCV Fast Fourier Transform (FFT) for Blur Detection

Fast Fourier Transform

The FFT represents the image in both real and imaginary components. By analyzing these values, we can perform image processing routines such as blurring, edge detection, thresholding, texture analysis, and yes, even blur detection.

Input arguments need to be provided

> --images "folder where images are located"

Optional arguuments

> --threshold "default is 10 where if the focus of image is less that the threshold it says its blurry"

> --vis > 0 "whether or not we are visualizing intermediary steps"

> --test > 0 "whether or not we should progressively blur the image"

For more information regarding this blur methods

Blur detection with OpenCV

OpenCV Fast Fourier Transform (FFT) for Blur Detection

blur-detection's People

Contributors

karthik9319 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.