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!