What actually is the bbox (Bounding box) in geotiffread function?
조회 수: 3 (최근 30일)
이전 댓글 표시
[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
답변 (1개)
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Geographic Coordinate Reference Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!