satellite images exporting problem
이전 댓글 표시
when i processing the satellite images in matlab (calculate Toa reflectance) the pixel value result is correct but when i export the images in tiff format, images coordinate system and georeference are loss and pixel values are change. Help please
댓글 수: 8
Walter Roberson
2017년 11월 11일
How are you doing the exporting?
Bijoy Gayen
2017년 11월 11일
Image Analyst
2017년 11월 11일
What is the class of TOA7? uint8? double?
Bijoy Gayen
2017년 11월 11일
Image Analyst
2017년 11월 11일
If you want to save as double, then use save() to save into a .mat file, or else maybe try the TIFF class. I don't think imwrite likes double images.
Bijoy Gayen
2017년 11월 11일
Aishwarya V
2021년 12월 11일
Hi....How to export satellite images processed in matlab without losing geolocation information?..
Walter Roberson
2021년 12월 11일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!