How to process individual connected components in a binary image?

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.???

 Accepted Answer

In short, use regionprops(). See the tutorial for a full demo.

2 Comments

I followed the link , but how to watch the video...no description about it...
It's not a video - it's source code.
Click the title "Image Segmentation Tutorial" and then click the download button.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!