What actually is the bbox (Bounding box) in geotiffread function?

4 ビュー (過去 30 日間)
Xinying Chen
Xinying Chen 2017 年 5 月 23 日
コメント済み: Xinying Chen 2017 年 5 月 23 日
[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.

回答 (1 件)

KSSV
KSSV 2017 年 5 月 23 日
編集済み: KSSV 2017 年 5 月 23 日
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.
  1 件のコメント
Xinying Chen
Xinying Chen 2017 年 5 月 23 日
Thanks so much!! Used this function to read a tiff file but don't know what the results stand for. Struggled a bit. Your answer helped a lot. Thanks again!

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by