merge partially overlapping geotiff
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello, how can I merge two partially overlapping geotiff images to create a geo-referenced mosaic of the two? (i.e. also with the correct auxiliary .tfw file)
This guide here seem to be valid only for exactly adjacent tiles:
Thank you
댓글 수: 0
답변 (1개)
praguna manvi
2024년 8월 8일
To merge partially overlapping images, the “imfuse” function can be used, which creates a composite image while blending the overlapping regions. Here is the link to its documentation:
The composite image can then be placed onto “maprefcells”, using the same example in the documentation referenced above:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!