8000 GitHub - Jim00000/gamma_correction: Implement gamma correction
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jim00000/gamma_correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamma_correction

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

Download and Build

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

Test

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

$ ctest

and you will get one gif animation merging multiple images

Demo

gif

License

BSD 3-Clause License

0