Giter Club home page Giter Club logo

blur-detect-use-haar-wavelet's Introduction

This profile is aimed to implement: Blur Detection for Digital Images Using Wavelet Transform, Hanghang Tong, Mingjing Li, Hongjiang Zhang

I used two programming languages, matlab and C++, to implement it.

Using matlab source Just execute script start.m

Using C++ source My code depends on Opencv, if your computer has Opencv(>=2.4.x), execute command ./compile.sh main.cpp on bash shell terminal to generate execute file “main”, and execute command ./main [image] to run.

blur-detect-use-haar-wavelet's People

Contributors

huneng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blur-detect-use-haar-wavelet's Issues

Getting different results on each run

➜  blur-detect-use-haar-wavelet git:(master) ✗ ./main a.jpg
BEGIN ...
23 999 69 1022
per: 0.022505 conf: 0.069069
➜  blur-detect-use-haar-wavelet git:(master) ✗ ./main a.jpg
BEGIN ...
9 1015 105 1024
per: 0.008789 conf: 0.103448
➜  blur-detect-use-haar-wavelet git:(master) ✗ ./main a.jpg
BEGIN ...
483 470 36 953
per: 0.506821 conf: 0.076596
➜  blur-detect-use-haar-wavelet git:(master) ✗ ./main a.jpg
BEGIN ...
30 992 103 1022
per: 0.029354 conf: 0.103831

matlab result different from main.cpp(c++)

Excuse me,
i try to use matlab and resize to [512 512] but the result that look like still different from main.cpp(C++) result.
the problem seems to edge map and haar wavelet that use different ways?

i think c++ using the int , cause that process ignore the negative value ?

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.