Georeferencing
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all I have an image; the Trimmed satellite image with Latitude and longitude coordinates from here:
It comes with a .tfw file. (6 x 1).
How on Earth do I use the .tfw file to assign coordinates to each pixel? I have just got the mapping toolbox. Thanks
0 Kommentare
Akzeptierte Antwort
Kelly Kearney
am 28 Apr. 2011
You can use worldfileread to read the data into a referencing matrix, which can then be used to calculate coordinates for any pixel in the image.
doc worldfileread
doc pix2map
If you just want to display the image, though, geoshow and mapshow handle tif/tfw paired files.
tiffile = 'KEN_satellite_trimmed.tif';
geoshow(tiffile);
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!