% RGB to grayscale
clc
close all
imcolor=imread('coloredChips.png');
figure,imshow(imcolor),title('color image')
imgray=rgb2gray(imcolor);
figure,imshow(imgray),title('grayscale image')

Popular Posts:
Popular Files :
MATLAB code : Number Recognition By Feature Extraction Image Processing
bronze plan
Silver Plan
gold plan
Matlab code Histogram of oriented gradients - HOG
$0.00