finding a closed region
显示 更早的评论
i want to find closed regions, whose intensity values are all 255, in an image matrix. is there a function to do it directly or is there another way?
thanks
采纳的回答
更多回答(1 个)
Sean de Wolski
2011-2-9
Imap = I == 255;
What do you mean by "closed regions"?
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!