MATLAB: Looking for an implementation of the active contours without edges method which can be/is initialized with multiple contours

chan-veseImage Processing Toolboximage segmentation

Hi,
I was wondering if anybody has come across a matlab/mex implementation of the Chan-Vese Active Contours without Edges model which can be initialized with multiple contours?
Thank you,
N

Best Answer

There's a new function in Image Processing Toolbox in R2013a named activecontour which can do Chan-Vese segmentation and can be initialized with multiple contours.
Related Question