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?

 채택된 답변

Image Analyst
Image Analyst 2017년 11월 20일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2017년 11월 20일

댓글:

2017년 11월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by