Skip to content

Mossie93/openCV_ColorReduction

Repository files navigation

A simple image color reduction program which runs from command console.

Takes in three parameters: <input image file name>, <output image file name>, <color reduction divider>.
For example: ./ColorReduction lena.jpg lenaReduced.jpg 10 
The higher divider, the less colors will be present on the output image.

Coded by: Rafal Mossakowski
Language: C++
Based on: http://docs.opencv.org/doc/tutorials/core/how_to_scan_images/how_to_scan_images.html

About

A basic program for image color reduction. Realized with openCV, C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors