Ask Your Question
5

Active Contours in OpenCV

asked 2012-08-26 17:55:45 -0600

imran gravatar image

Can someone tell me if Active Contours is implemented in OpenCV? I can't seem to find it in the reference manual. I think it was implemented in the previous versions of OpenCV under cvSnakeImage but I don't seem to find anything in the current version.

Thank you in advance.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
4

answered 2012-08-27 01:48:39 -0600

It is available in the legacy module (see legacy.hpp) and the function is still called cvSnakeImage. It is not listed in the current reference manual but you can find documentation in a old OpenCV version (e.g. opencv-1.1.0).

edit flag offensive delete link more

Comments

Thank you

imran gravatar imageimran ( 2012-08-28 09:14:10 -0600 )edit

Question Tools

Stats

Asked: 2012-08-26 17:55:45 -0600

Seen: 2,570 times

Last updated: Aug 27 '12