Giter VIP home page Giter VIP logo

cvp's Introduction

Important notes
---------------

Requirements to run the whole code :
- Python 2.7 (with numpy and scipy)
- OpenCV WITH ximgproc module
- MATLAB

----------------------

Usage : python exposurefusion.py [-h] [--debug] [--dynamic] [--filterbycolor]
                         [--withiqa] [--sigma SIGMA] [--sigmaColor SIGMACOLOR]
                         [--sigmaSpace SIGMASPACE]
                         source output

-sigmaX parameters are the one defined in report.
-dynamic parameter enable dynamic exposure fusion
-withiqa parameter runs IQA at the end of exposure fusion : Two new files are created.

source : source folder where to find the different exposures of one image
output : output file (fused image)

----------------------

Submodules :

lib.py : Main functions of the gradient-based exposure fusion algorithm
mef_iqa/iqa.m : Main MATLAB program to run IQA. Takes the same arguments as exposurefusion.py as source and output
mef_iqa/mef_ms_ssim.m : Multi-scale IQA algorithm
mef_iqa/mef_ssim.m : Mono-scale IQA algorithm

----------------------

Tools :

run.py : Runs the exposure fusion + IQA on images folder found in "static_input" folder
         Also runs IQA on corresponding images filename "_method" in the "static2_output" folder
         Used to generate data for comparisons...        
parse_iqa_results.py : Take the output of run.py and generate a nice CSV file for putting on report
optimize.py	: Look for the paramaters that maximizes IQA
optimize_makeplots.py : Make plots from results of optimize.py
image2gif.py : Generate GIF images of fused images varying with paramaters

cvp's People

Contributors

anthonygego avatar guillaumederval avatar klhoest avatar pyxd avatar

Watchers

 avatar  avatar  avatar  avatar  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.