convert gray values to coordinate
Ältere Kommentare anzeigen
hello
I have a gray geotiff image of type 7841x7731 uint16. how can I find the x and y coordinates of this image?
2 Kommentare
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
am 11 Jan. 2020
Antworten (0)
Kategorien
Mehr zu Image Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!