Borrar filtros
Borrar filtros

Saving in TIF format without losing properties

2 visualizaciones (últimos 30 días)
stav marzuk
stav marzuk el 15 de Ag. de 2022
Comentada: stav marzuk el 15 de Ag. de 2022
Hi all,
I have a TIF file, and im processing the file in order to do segmentation and then save it in TIF format
Im working with QGIS, if I load the regular image into QGIS, I can see the coordinates of the image.
But when I load the TIF segmentation file there is no location properties of the image.
Can anyone please help with a way to save the segmented TIF file without losing those properties?
For loading the image I tried using imread or:
[tif,tfw]= readgeoraster(tif_PathName);
or
tif=read(Tiff(tif_PathName));
For saving the image after segmentation I tried:
imwrite(newTIF,'check.tif','tif');
Thanks!!

Respuestas (1)

Jan
Jan el 15 de Ag. de 2022
  1 comentario
stav marzuk
stav marzuk el 15 de Ag. de 2022
Thank you, much appriciated!
I just duplicated the original tfw file, and saved it wth the name of the segmentation file, and it works!

Iniciar sesión para comentar.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by