Skip to content

2vin/color-correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

color-correction

This repository contains program for color correction of image using OpenCV

Compile

g++ color-correct.cpp -o executable `pkg-config --cflags --libs opencv` -std=c++11

Usage

./executable image_path output_path

Example

./executable /home/2vin/myphoto.jpg /home/2vin/output.jpg (Note: Substitute "/home/2vin/myphoto.jpg" by path of an existing image)

Results

Input image
alt text

Output Image
alt text

About

OpenCV program for color enhancement of an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages