Date: 04.02.2021
- c1.m: MATLAB code to read & display an image
- c2.m: MATLAB code to read & display an image
- c3.m: MATLAB code for color channel seperation & visualization (single color channel)
- c4.m: MATLAB code for color channel seperation & display output in resp. color channel(all color channels)
- cl2.m: MATLAB code for color channel seperation & display output in grayscale (all color channels)
- cl3.m: MATLAB code for color channel seperation & display output in HSV, CMY, RBG & Grayscale mapping
- cl4.m: MATLAB code for color channel seperation & display the mean of resp. channels in command window
- cl5.m: MATLAB code for color channel seperation & save the mean of resp. channels a file named
channel_mean.txt
- c1_gray.jpeg: Grayscale image for testing
- c2_rgb.jpg: Color image for testing
- outputs/channel_mean.txt: Generated file containing the Mean of the resp. channel of the image