- This topic has 2 replies, 2 voices, and was last updated 12 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Miscellaneous › Others › Image access
i=imread(‘location of image.format’); %% it reads the image from the location%%
imshow(i); %% it displays image%%
imtool(i); %% it displays image with coordimates and pixel value at that point%%
What is this?
reading the image into matlab using its cammand and displaying image