Draw an outline within an image

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
Walter Roberson le 27 Mar 2011

0 votes

rectangle() can be used for that. Or line(), or patch() .
David Young
David Young le 27 Mar 2011

0 votes

You might find the techniques described in this blog entry helpful.

Community Treasure Hunt

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

Start Hunting!

Translated by