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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by