I am trying to find the code which can realize active contour segmentation like Matlab function activecontour() does. However, I can't find it in the latest 3.X OpenCV library. I do see some people mentioned about cvSnakeImage() but it seems that this function has only existed in old version.
My question is first, in what version of OpenCV I can go back and find the source code of cvSnakeImage()? Why they deprecated that function? Is there any function in OpenCV 3.X that can realize active contour segmentation?
Thanks for your help.