Draw an outline within an image
Afficher commentaires plus anciens
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.
Réponses (2)
Walter Roberson
le 27 Mar 2011
0 votes
rectangle() can be used for that. Or line(), or patch() .
David Young
le 27 Mar 2011
0 votes
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!