Borrar filtros
Borrar filtros

connected components pixels

1 visualización (últimos 30 días)
Khawaja Asim
Khawaja Asim el 10 de Abr. de 2012
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

Respuestas (1)

Andrei Bobrov
Andrei Bobrov el 10 de Abr. de 2012
STATS = regionprops(logical(BW),'PixelIdxList')

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by