General People Cascade Classifier
Hello,
I'm training a Haar Cascade Classfier to identify people based on a set of samples. It works with the people from the pictures, but how can I assure that the classifier will work with different people? And what if they use different types of clothes?
Is there a way to produce a general Cascade Classifier that can identify every kind of people?
Here is the image I'm using:
Any tip will be very helpful,
Thanks
try peopledetect.cpp
Thanks for your answer @sturkmen! I tried using the OpenCV ready classifiers, but they didn't work. I think it's because the position of my camera.
Here is my image: http://i.imgur.com/aq1qWXL.png
Do you know if there is a classifier that could work?
Thanks
i can't see your image
@sturkmen I added the image to the question :) I think I'm having problems because the camera is not capturing the head
do you have to put your camera, where it is now ?
(simply put: from straight above, a human is just a blob. almost any trained classifiers assume frontal view, to exploit human shape.) (and yes, you'll need the head, too ;)