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 commentaires

Walter Roberson
Walter Roberson le 11 Nov 2017
How are you doing the exporting?
Bijoy Gayen
Bijoy Gayen le 11 Nov 2017
imwrite(TOA7,'I:/matlab test','.tif');
Image Analyst
Image Analyst le 11 Nov 2017
What is the class of TOA7? uint8? double?
Bijoy Gayen
Bijoy Gayen le 11 Nov 2017
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 le 11 Nov 2017
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 le 11 Nov 2017
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 le 11 Déc 2021
Hi....How to export satellite images processed in matlab without losing geolocation information?..

Connectez-vous pour commenter.

Réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by