Draw an outline within an image
Show older comments
Hi,
I've got an image up in MATLAB, ~ 50 x 50 grid cells, and would like to draw a (black) outline around a small box of pixels within the image. I don't want to shade them or colour them in, just draw an outline around them.
Thanks.
Answers (2)
Walter Roberson
on 27 Mar 2011
0 votes
rectangle() can be used for that. Or line(), or patch() .
David Young
on 27 Mar 2011
0 votes
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!