Window around an object
이전 댓글 표시
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?
답변 (3개)
Sean de Wolski
2012년 3월 8일
0 개 추천
FEX:draw boundingbox Maybe
Image Analyst
2012년 3월 8일
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;
카테고리
도움말 센터 및 File Exchange에서 Image Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!