myeldib / color-correction

OpenCV program for color enhancement of an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 100.0%