Effacer les filtres
Effacer les filtres

Mark in an mage

1 vue (au cours des 30 derniers jours)
Khawaja Asim
Khawaja Asim le 16 Août 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??

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by