convert gray values to coordinate
Mostra commenti meno recenti
hello
I have a gray geotiff image of type 7841x7731 uint16. how can I find the x and y coordinates of this image?
2 Commenti
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
il 11 Gen 2020
Risposte (0)
Categorie
Scopri di più su Image Transforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!