Adding axes to tiff images
Mostrar comentarios más antiguos
Hi - I have some colormapped images, which I am saving in full resolution tiff files. I would like to add axes to the images - is there a way to do this, while preserving the image resolution? I have tried using the figure window, but there is a fall in the resolution. My final image sizes are typically larger than 10000X5000. Thanks for your answers in advance!
Respuestas (1)
Image Analyst
el 4 de Jul. de 2013
Not sure what you mean "to the images" but if you just want tick marks and pixel "coordinates" on the left and under the axes where your image is displayed, you can just say "axis on" after you display it.
imshow(myBigImage);
axis on;
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!