How to detect people with android phone camera(java only)
I am looking for algorithms or tools implemented in openCV which would enable to me detecting moving(or not) people on the video(provided in real time by camera of a android phone camera) and count them.
In the other subject I have found:
Quote: Have a look at the LatentSvmDetector. OpenCV already provides different classificators trained to detect people, cars, cats, airplanes..
Maybe some of you have some expierience with detecting people on the video and could provide me some samples. Even if not maybe not you samples but something in the web I did not find.
were you able to detect a human body on android phone? I tried to change classifier but it didn't work. I got following error at line InputStream is = getResources().openRawResource(R.raw.haarcascade_fullbody)
Error : haarcascade_fullbody cannot be resolved or is not a field