how do i detect a any dog and ignore any human? [closed]
how do i detect a any dog and ignore any human? I want to use live video capture. I guess this is a shape recognition problem more than a face recognition one but does anyone have any thoughts on the idea.
the latentsvm has a pretrained dog detector (slow, but should be quite accurate)
@berak where is that? Can you post a link please? I have not seen it in OpenCV's files
for 3.0, it is in contrib . for 2.4, you will have to use the versions from opencv_extra
Oh, made form the VOC databases, nice! I have tried it (VOC + BOW) for cars, but I do not think it is too good... Have you tried it? I have seen just old types of cars and/or small etc. On the other hand, cats, dogs, people, there are enough samples
htey'll alll differ in quality, iguess. only tried the human one (which was at least quite better than the hog cascade/descriptors.
also, the 3.0 version is a bit differrent, trained on a 'star' cascade model. pity, i haven't 2.4 around for a direct comparison.