seeded region growing
Afficher commentaires plus anciens
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?
Réponses (2)
Image Analyst
le 28 Jan 2012
0 votes
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.
Image Analyst
le 23 Sep 2015
0 votes
Starting with R2015b, the Image Processing Toolbox has a function grayconnected() that is a magic wand type of function.
Catégories
En savoir plus sur Image Segmentation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!