项目作者: Jim00000

项目描述 :
Implement gamma correction
高级语言: C++
项目地址: git://github.com/Jim00000/gamma_correction.git
创建时间: 2018-01-30T12:15:51Z
项目社区:https://github.com/Jim00000/gamma_correction

开源协议:BSD 3-Clause "New" or "Revised" License

下载


gamma_correction

This project implements gamma correction using C++ with OpenMP and CUDA is alternative option

Download and Build

  1. $ git clone https://github.com/Jim00000/gamma_correction.git
  2. $ cd gamma_correction
  3. $ mkdir build
  4. $ cd build
  5. $ cmake -DCMAKE_BUILD_TYPE=Release .. # or use cmake-gui
  6. $ make

Test

After building this project, go to build/test/ folder

  1. $ ctest

and you will get one gif animation merging multiple images

Demo

gif

License

BSD 3-Clause License