Saturday 21 November 2015

How to get an information of image in MATLAB?...



Query=> How to get an information of image in MATLAB?...

Ans=> To get an information of image we have to use the syntax “imfinfo”...An example is given below for reference...

filename='lena.jpg';%Assigning the image in filename

I=imfinfo(filename)%to get information about the image


FOR MORE DETAILS:
                            click here

No comments:

Post a Comment