Friday, October 19, 2007

Read the Pixels

%Matlab
%read the image
a = imread('*.jpg')
imagesc(a)
b=ginput(x)
%x=100 means you can see the coordinate of 100 points
%click on the image and get the co-ordinates!

No comments: