matqkks
- 280
- 5
Are there any resources which use Matlab to image compress a colour image using SVD? I can only find information where I need to convert to gray scale first.
the rgb2gray(RGB) converts the truecolor image RGB to the grayscale image I. The rgb2gray function converts RGB images to grayscale by eliminating the hue and saturation information while retaining the luminance. If you have Parallel Computing Toolbox™ installed, rgb2gray can perform this conversion on a GPU.