coordinate systems - how to display georeferenced image in matlab GUI? -
i have gui goal show multispectral satellite image. import image follow:
[img, r] = geotiffread('myimage.tif');
thus have coordinate of 4 corner(r). wonder how display coordinate in gui , value of coordinate when click on image? command use is:
imshow(img);
should use command mapshow? final gui should
mapview
that show coordinate , scale of image below it. able show frame coordinate in static text box have problem real coordinate.
many many thanks
ok unfortunately after month nobody answered me found answer.
it simple. pix2map
function matlab's "mapping toolbox" converts pixel coordinate map coordinate.
that took.
Comments
Post a Comment