Is there any function in the Image Processing Toolbox that can do region growing around a "seed" point?

1 view (last 30 days)
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
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"

More Answers (0)

Community Treasure Hunt

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

Start Hunting!