Active Contour (Snake) with OpenCV
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.
3 Comments