convert gray values to coordinate
Show older comments
hello
I have a gray geotiff image of type 7841x7731 uint16. how can I find the x and y coordinates of this image?
2 Comments
Can you share the geotiff image somewhere? The question is are the raster references going to be in latitude, longitude or are they in Easting, Northing values? Can you list out the info that you get from executing:
info = geotiffinfo(fullfile(iDir,filename));
Or the contents of R when you execute:
[data,R] = geotiffread(fullfile(iDir,filename));
Merve YILDIRIM
on 11 Jan 2020
Answers (0)
Categories
Find more on Image Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!