Watershed algorithm and seed region growing

can anyone tell me how to use seed region growing algorithm after segmenting the image using watershed algorithm??

回答 (3 件)

Nitin
Nitin 2014 年 4 月 1 日

0 投票

Are there any functions in Matlab that enable region growing for multiple seeds?

2 件のコメント

sahel khan
sahel khan 2018 年 8 月 23 日
https://github.com/khanzsahil121/matlab-multiple_seed_region_growing
George Abrahams
George Abrahams 2024 年 1 月 4 日
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
Image Analyst 2014 年 4 月 1 日

0 投票

None built in that I know of. I do have a Photoshop-like magic wand demo, if you're interested. It's attached.
Image Analyst
Image Analyst 2015 年 9 月 15 日

0 投票

Starting with R2015b, the Image Processing Toolbox has a function grayconnected() that is a magic wand type of function.

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

質問済み:

2011 年 4 月 4 日

コメント済み:

2024 年 1 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by