Are there any functions in Matlab that enable region growing for multiple seeds?
Thanks.
You could try using a slightly different approach from here: http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/
Or why not take this region growing algorithm as a base: http://www.mathworks.com/matlabcentral/fileexchange/19084-region-growing/content/regiongrowing.m and simply add a for-loop to loop over your seeds!?
But yes, I did neither find an existing algorithm on the internet.
Copyright © 2021 Jogjafile Inc.
You could try using a slightly different approach from here: http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/
Or why not take this region growing algorithm as a base: http://www.mathworks.com/matlabcentral/fileexchange/19084-region-growing/content/regiongrowing.m and simply add a for-loop to loop over your seeds!?
But yes, I did neither find an existing algorithm on the internet.