insert markers to an image

4 visualizaciones (últimos 30 días)
vijeta uppal
vijeta uppal el 19 de Abr. de 2021
Respondida: KSSV el 19 de Abr. de 2021
Draw the following points onto the left image as red crosses. Display the resulting image. {338,197,1}, {468,290,1}, {253,170,1}, {263,256,1}, {242,136,1}
how do i insert the markers for these cordinates

Respuestas (1)

KSSV
KSSV el 19 de Abr. de 2021
Use imshow to show up a image. Use plot or scatter with given coordinates and required markers. Note that you need to use hold on after imshow/

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by