% MORPHOLOGY
% histogram equalisation
filename= 'far.jpg'; % the filename to be read
im=imread(filename);
im=imresize(im,[256,256]);
im=rgb2gray(im);
figure(1);
subplot(1,2,1);
imshow(im);
Showing posts with label histogram equalization. Show all posts
Showing posts with label histogram equalization. Show all posts