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!