Here is an enhanced version of the OpenCV people detection demo program using the sample.
6 Replies to “OpenCV people detection (v.2)”
Comments are closed.
Bryan Chung's website on digital art, entertainment design and software design
Here is an enhanced version of the OpenCV people detection demo program using the sample.
Comments are closed.
Hi Bryan, May ask that how you make it to detect so well when it capture a human . I can’t detect quite well as sometime only a certain distance it could detect.
can i please get the code? thanks
Hello:
I am a student of the 1st year in computer science, please I would like to get your code in order to learn about ppl detection, many thanks =)
Paola
Dear Paola,
I have put the codes in the post. Please check. Thanks.
Bryan
Hey,
I’m trying to develop an interactive system that requires real-time people detection. Your system seams to fit perfectly. Would you mind to explain how you enhanced the base version of OpenCV sample. Or simply share the implementation.
Thanks
Nuno
Hi, May I know how do you compile and run the peopledetect.cpp samples from openCV. I had managed to compile it using Visual Studio 2008 by include all the library, however it’s not working. it seems that I cannot call the HOG function.