How to process individual connected components in a binary image?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi ,
I have a binary image ,after connected component, I have to process each connected component, after processing individual connected component, I have to aggregate the result of each processing back to whole binary image.???
댓글 수: 0
채택된 답변
Image Analyst
2017년 11월 20일
I go over this in my Image Segmentation Tutorial https://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc
In short, use regionprops(). See the tutorial for a full demo.
댓글 수: 2
Image Analyst
2017년 11월 20일
편집: Image Analyst
2017년 11월 20일
It's not a video - it's source code.
Click the title "Image Segmentation Tutorial" and then click the download button.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!