Mark in an mage

1 次查看(过去 30 天)
Khawaja Asim
Khawaja Asim 2011-8-16
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??

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by