Translate

Bu Blogda Ara

3 Ağustos 2018 Cuma

Reading and Displaying Images in MATLAB





    %Reading and showing the image
 

% To take an image imread is used.
   %We take an rgb image and to show this
   % image you can use imshow(the image that you want to show) function
  %To take an image your program and the image have to
  % be in the same file.
 
A=imread('image.png');
imshow(A);
%You can use your own images to try it.

Hiç yorum yok:

Yorum Gönder