What actually is the bbox (Bounding box) in geotiffread function?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
[A,refmat,bbox] = geotiffread ('Filename')
What refmat and bbox actually are? The explanations there just state they are referencing matrix and bounding box. No idea what do they actually mean. Any help will be very appreciated. Thanks heaps.
0 commentaires
Réponses (1)
KSSV
le 23 Mai 2017
Modifié(e) : KSSV
le 23 Mai 2017
You must be having a map data/raster data in your tiff file. This data should be having x -values/ longitude and y-values/latitude data. Bounding box gives you [min(x) min(y)] and [max(x) max(y)] . So, with these values, you can generate your grid and geo-reference it.
Voir également
Catégories
En savoir plus sur Geographic Coordinate Reference Systems dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!