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 个)
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!