People Tracking system?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Is there any open source application for detecting the people from the sequence of video motion of webcam. I need to detect only humans rather than objects. Thanks in advance
-
Hi all, Is there any open source application for detecting the people from the sequence of video motion of webcam. I need to detect only humans rather than objects. Thanks in advance
I dont know of any open source app for people tracking, but you can build your own if you know a little bit of image processing. Open source library for image processing are available, such as OpenCV (Intel). You can also look for existing papers on human tracking on IEEE Xplore or the web.