People tracking and head detection in Opencv example.
Opencv people tracking by head detection
Opencv head detection is much more complicated than the whole body detection.. Learning is the same. All the steps are the same. There is some aspects which just complicate the situation with head detection. First one is that the result detecting the head has more false detection than in case of whole body. There is also important the performace issue. You need to detect in detect multiscale approach just smaller sliding window than in case of whole people detection. That dramatically decrease the performance. The result of the detection should be very slow also on small resolution.
There is also some positive aspects of head detection. You can simly in multi target tracking example just connect the detection with the tracking history.. That is the main advantage..
do you have any classifer file to be able to test it?
There is different one in the latest post for people and head detecton.. Check the 2017 updates. And share thanks
xml files for this video??
I got some xml file for lbp cascade for cars, people and head here on the blog.. Not for this one.. This is 3 years old work..
can I see the code of this post?