finding a closed region
Show older comments
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
Accepted Answer
More Answers (1)
Sean de Wolski
on 9 Feb 2011
Imap = I == 255;
What do you mean by "closed regions"?
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!