Clear Filters
Clear Filters

I WANT TO CONVERT THE IMAGE PIXELS TO LATITUDE AND LONGITUDES AS AN ARRAY OF MATRIX. .PLEASE HELP

3 views (last 30 days)
[A,refmat,bbox] = geotiffread ('IMAGE.tif')
[latp, lonp]=pix2latlon(refmat, H,J);
  1 Comment
Geoff Hayes
Geoff Hayes on 21 Feb 2018
Odhiambo - please clarify what the problem is. You have provided some code that calls the pix2latlon which should convert pixel coordinates to latitude and longitude coordinates. What is failing with the above code? Please provide as many details as possible.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!