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!