Active Contours OpenCV 3.1.0
Can anyone tell me if OpenCV 3.1.0 has implementation of Active Contours?
Can anyone tell me if OpenCV 3.1.0 has implementation of Active Contours?
Asked: 2016-04-10 12:00:41 -0600
Seen: 3,746 times
Last updated: Apr 10 '16
Active contours (cvSnakeImage) in OPencv 4, legacy module [closed]
Having troubles with cvFindContours and cvSnakeImage
Can somebody explain me how to use snake algorithm in opencv 2.4.9
How do I segment the actual human body shape from an image?
Snake active contour algorithm with C++ and Opencv 4 [closed]
easy: not so.
(what do you need it for ?)
@berak, for segmentation.
if you could be a bit more specific in your question, maybe someone can help finding an alternative
@berak, I have round low contrast objects which are very close to each other. Sometimes they overlap. I need to segment them.
@berak , any reason why this was removed?
@Pedro Batista , what is "this" ? cvSnakes ? that went under with the legacy module, 2.4 -> 3.0
(and it was a pain to use, and not accurate, no loss, imho)
Yes, I actually have a problem that would benefit from that implementation, but if it was low quality I am better off finding other way, or implementing it myself.
the original implementation is still alive in the 2.4 branch , so, easy to copy/paste into your project and play with it.
but seriously, if you find something better, don't forget to contribute ! ;)