Window around an object
Mostrar comentarios más antiguos
I have an image in which the area and centroid are known,of the object that is to be detected. How can i draw a window around it?
Respuestas (3)
Sean de Wolski
el 8 de Mzo. de 2012
0 votos
FEX:draw boundingbox Maybe
Image Analyst
el 8 de Mzo. de 2012
What does that mean? You mean like outlining the region with a black line, like this
imageArray(row1, col1:col2) = 0;
imageArray(row2, col1:col2) = 0;
imageArray(row1:row2, col1) = 0;
imageArray(row1:row2, col2) = 0;
Riwa
el 8 de Mzo. de 2012
0 votos
1 comentario
Image Analyst
el 9 de Mzo. de 2012
So is your question solved, or not?
Categorías
Más información sobre Image Transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!