I've been looking into people tracking with RPi 2 B and OpenCv.
I found that using HOG works, but it's very very slow, even at very reduced resolutions and large WinStride settings.
Basically you can have good detection at 1 frame every 10 seconds or poor detection at 0.5 frames per second.
I also tried going for face detection instead using a HAAR Cascade and this works faster but obviously requires a face to work on and therefore needs a closer target.
Does anyone know if these OpenCV functions run on the CPU or is the GPU getting used?
Are there any tricks to getting better performance out of the RPi or do I need to look for a faster board?
Are there other methods I should look at for tracking a person in a scene, that has other moving 'clutter' in. i.e. it has to have some intelligence and not just work on basic movement detection...
Thanks for any help!