Mossie93/openCV_ColorReduction
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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