How to process individual connected components in a binary image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohammad Bhat
am 20 Nov. 2017
Bearbeitet: Image Analyst
am 20 Nov. 2017
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 20 Nov. 2017
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 Kommentare
Image Analyst
am 20 Nov. 2017
Bearbeitet: Image Analyst
am 20 Nov. 2017
It's not a video - it's source code.
Click the title "Image Segmentation Tutorial" and then click the download button.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!