connected components pixels

1 次查看(过去 30 天)
Khawaja Asim
Khawaja Asim 2012-4-10
I have a BW image. This image contains few connected components. I want to deal with the pixels of every connected component separately. Please guide me through this
Actually this is a cirular mask having few connected components. I have a point detected in the almost the center of the center. Now I want to detect the tip of every connected component pointing towards this is point. Please help me

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2012-4-10
STATS = regionprops(logical(BW),'PixelIdxList')

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by