Git Product home page Git Product logo

fattal02-hdr-tonemapping's Introduction

Fattal02-HDR-ToneMapping

Fattal02 HDR Tone mapping operator. Gradient Domain High Dynamic Range Compression.

Usage:
./FattalToneMapping HDRInputPath LDROutputPath [AlphaMultiplier] [Bheta] [S]

Dependencies:
*FFTW3
*OpenCV (>= 2.4.9), note that OpenCV3 already have HDR Tone Mapping Operators
*Boost::multi_array (1.61.0)

Default Cammand Line Parameters:
alphamultiplier : 0.18
bheta : 0.87
s : 0.55

Installation:
1.Download FFTW3 API.
2.Run ./configure --enabled-threads
3.sudo make
4.sudo make install
5.Install OpenCV with sudo apt-get install libopencv-dev
6.Install Boost with sudo apt-get install libboost-all-dev

Compilation:
g++ -o FattalToneMapping src/main.cpp src/FattalToneMapping.cpp src/hdrloader.cpp src/laplace.cpp -Iinclude/ `pkg-config --libs --cflags opencv` -lm -lfftw3 -lfftw3_threads -lpthread

Project Files & Compilation Scripts:
For Windows Visual Studio 2015 solution is under "build/vs2015/"
For Linux use "build/linux/compile.sh" to build.

fattal02-hdr-tonemapping's People

Contributors

ockhius avatar

Watchers

James Cloos 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.