how to plot in red colour on image
Mostrar comentarios más antiguos
hi.. i have coordinate (x y)on image. i want to plot to red color on that image. how to do this. thanks
Respuesta aceptada
Más respuestas (1)
Geoff
el 19 de Abr. de 2012
You mean you want to change the pixel at x,y to red?
img(y,x,:) = [255 0 0]
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!