Watershed algorithm and seed region growing
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
can anyone tell me how to use seed region growing algorithm after segmenting the image using watershed algorithm??
0 Commenti
Risposte (3)
Nitin
il 1 Apr 2014
Are there any functions in Matlab that enable region growing for multiple seeds?
2 Commenti
George Abrahams
il 4 Gen 2024
Hi @Nitin. I recently published the bwgrowregions function on File Exchange which segments binary images into regions according to the closest of multiple seeds. Hope this helps.
Image Analyst
il 1 Apr 2014
None built in that I know of. I do have a Photoshop-like magic wand demo, if you're interested. It's attached.
0 Commenti
Image Analyst
il 15 Set 2015
Starting with R2015b, the Image Processing Toolbox has a function grayconnected() that is a magic wand type of function.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!