Displaying a value on a image using Imagesc
Mostrar comentarios más antiguos
Hello,
Can someone explain how to print a value on the image(required image).I tried this but the image was flipped and displayed
plot(5,6,'*r');test=imread('Capture.JPG');hold on;imagesc([.001 .001], [.001 0.001], test)
I also don't understand this scaling [.001 .001], [.001 0.001]
can someone explain of how to use the imagesc to print a value on the(or inside the) image .
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 11 de Mzo. de 2014
0 votos
compare "axis xy" to "axis ij"
1 comentario
Gova ReDDy
el 13 de Mzo. de 2014
Categorías
Más información sobre Convert Image Type 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!