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.
Doing your own Google Chart API in Python
Last week I saw a typical software as a service charting solution by a small company … yes they already have a good search engine, too.
The charts aren’t much impressing to me, but the combination of charting and SaaS was really intresting. So I get catched from the thought to make my own charting SaaS solution. (more…)
