Why do I get a border without an image when saving and image as tiff after using geoshow?
Afficher commentaires plus anciens
I am experiencing some problems when trying to save an image file (im) as a tiff after I used GEOSHOW. The results is a blank image. I use the following code
axesm utm
setm(gca,'zone','45u')
geoshow(y,x,im,'DisplayType','image')
with im being uint8. This all works fine, and the image is nicely shown.
I then used the save image as gui, to save as a non compressed tiff, which results in a blank image.
However if plot for example a border on it
hold on
geoshow([border.Lat],[border.Lon],'Color','black','linewidth',1);
This border is printed, without image.
What am I doing wrong?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Lighting, Transparency, and Shading dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!