Write a MATLAB program to read and display a image

Code:

clear;
clc;
I=imread('d:/matimage/baby.jpg');
imshow(I);

 


Output:


No comments

Powered by Blogger.