Daniel’s Blog


Active Contour (Snake) with OpenCV

Posted in Academy Showcase | by Daniel on the August 6th, 2008

A couple of weeks ago we had to develop a small computer vision program. The main task was to introduce ourself to OpenCV. The second goal was to implent the A* search algorithm which should search for an inital contour. In the last step the snake algorithm should track the objects contour while the object moves around.

(more…)