seeded region growing
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi I want to do seeded region growing. I want clear algorithm on how to grow regions and how to select seeds?
What are different ways of selecting seeds and what are their impact on image?
댓글 수: 0
답변 (2개)
Image Analyst
2012년 1월 28일
You should know how to pick the seeds. Otherwise you wouldn't even know that you wanted to use region growing at all. To see what effect it has, experiment around with the magic wand or flood fill tools in Photoshop.
댓글 수: 0
Image Analyst
2015년 9월 23일
Starting with R2015b, the Image Processing Toolbox has a function grayconnected() that is a magic wand type of function.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!