People Detection and Tracking
问题 I want to do pedestrian detection and tracking. Input : Video Stream from CCTV camera. Output : #(no of) people going from left to right # people going from right to left # No. of people in the middle What have i done so far : For pedestrian detection I am using HOG and SVM. The detection is decent with high false positive rate. And its very slow as i am running in android platform. Question: After detection how to do I calculate the required values listed above. Can anyone tell me what is