Why do I get a border without an image when saving and image as tiff after using geoshow?
显示 更早的评论
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?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!