Gets the clicked-on pixel coordinates from an image
Function xgetpixel interactively shows the (row,col) position of the mouse cursor over an image ploted into scilab graphic.
initial_dir = PWD; chdir (SIPDIR + 'images'); [im,map] = imread('example.bmp'); clf imshow(im,map); p = xgetpixel(im) chdir(initial_dir);
http://siptoolbox.sf.net