Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 670 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 670 Bytes

RGB Image Decomposition Algorithm

Objective

Write a program that loads an image and create three new ones, each one containing a color channel from original image.

Original image:

RGB Image

How To Run

Release version:

make clean
make
./Bin/Test Resource/Image/RGBImage.jpg

Debug Version:

make clean
make debug
./Bin/TestDebug Resource/Image/RGBImage.jpg

Output

Program start.
Algorithm duration: 100 ms
Program end.

Images generated:

Red Image Green Image Blue Image