I need to be able to track people (and have a current count) in scope of an IP camera. As far as I understand (correct me if I am wrong), OpenCV is the most feature-rich computer vision library. Does it provide a ready-to-use routines for achieving this task?
Share
Opencv does not embed directly such a complex application, as It is often conditions dependant.
It does however contain a lot of useful tools to achieve this objective:
http://opencv.willowgarage.com/documentation/motion_analysis_and_object_tracking.html
In addition, you can find some good open source code on the web related to theses issues :
http://www.youtube.com/watch?v=bWl33urh2w8
And you can also find some good tutorials and explanations:
http://www.neuroforge.co.uk/index.php/tracking-methods-in-opencv
http://www.geckogeek.fr/tutorial-opencv-isoler-et-traquer-une-couleur.html (warning, french inside)