Borrar filtros
Borrar filtros

Mark in an mage

1 visualización (últimos 30 días)
Khawaja Asim
Khawaja Asim el 16 de Ag. de 2011
How can we show an image in matlab with some mark around particular coordinates....?? Like if I can show a certain location in an image after detecting it??

Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de Ag. de 2011
rectangle(); or line() or scatter() to drop a marker; or patch() a drawing in place; or use an annotation()
  1 comentario
Image Analyst
Image Analyst el 17 de Ag. de 2011
Or even plot(). Lots of options for accomplishing this...

Iniciar sesión para comentar.

Más respuestas (0)

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