Skip to content

Latest commit

 

History

History

Lab_01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CBIR Fundamentals

Date: 04.02.2021

Files

  • 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 gray-image
  • c2_rgb.jpg: Color image for testing rgb-image

Output

output-c3 output-c4 output-cl3 output-cl2