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??

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 16 Aug. 2011

0 Stimmen

rectangle(); or line() or scatter() to drop a marker; or patch() a drawing in place; or use an annotation()

1 Kommentar

Image Analyst
Image Analyst am 17 Aug. 2011
Or even plot(). Lots of options for accomplishing this...

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by