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
Walter Roberson 2017년 11월 11일
How are you doing the exporting?
Bijoy Gayen
Bijoy Gayen 2017년 11월 11일
imwrite(TOA7,'I:/matlab test','.tif');
Image Analyst
Image Analyst 2017년 11월 11일
What is the class of TOA7? uint8? double?
Bijoy Gayen
Bijoy Gayen 2017년 11월 11일
B7=imread('I:\PATH = 140 ROW = 44\LC81400442016100LGN00_B7.TIF');
TOA7=double((double(B7)*0.00002)-0.1);
imwrite(TOA7,'I:/matlab test','.tif');
Image Analyst
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
Bijoy Gayen 2017년 11월 11일
when i save the images after calculation TOA7(pixel values range -0.1 to 1.56) the pixel values of TOA7 are change and the coordinate system and georeference are loss.The pixel range change into 0 to 245.
Aishwarya V
Aishwarya V 2021년 12월 11일
Hi....How to export satellite images processed in matlab without losing geolocation information?..

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

태그

질문:

2017년 11월 11일

댓글:

2021년 12월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by