I need to use the region growing algorithm, but I need the region restricted according to its area and not the intensity. In region growing algorithm, the intensity is used as a parameter, but I need to restrict the region when a certain amount of area ( a certain number of pixels, say 100) are covered. How can I do that?

 Respuesta aceptada

Image Analyst
Image Analyst el 20 de Nov. de 2017

0 votos

Yes, just count the pixels as you grow the region and break out when the count hits 100.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 20 de Nov. de 2017

Comentada:

el 21 de Nov. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by