Is there any function in the Image Processing Toolbox that can do region growing around a "seed" point?
5 views (last 30 days)
Show older comments
MathWorks Support Team
on 27 Jun 2009
Commented: KAE
on 23 May 2018
I would like to know if there is any function in the Image Processing Toolbox that can do region growing around a "seed" point.
Accepted Answer
MathWorks Support Team
on 7 May 2018
There is a number of functions which can be used for region growing, depending on the domain. Please have a look at the following list of Image Processing Toolbox functions, and refer to the linked sections of the MATLAB documentation:
"grayconnected"
"bwmorph" using either the 'dilate' or 'thicken' operations
"imdilate"
"imreconstruct"
1 Comment
More Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!