フィルターのクリア

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 Center および File ExchangeScatter Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by