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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -