head detection from video
- by Aman Kaushal
I have to detect heads of people in crowd in real time.For that I detected edge from video using matlab but from edge detected video , how to identify heads that i am unable to do.
I used edge detection of video because it is easy to find circle from edged video and detection of head would be easy can anyone help me or suggest me any method for head- detection in real time.
I have used VGG head detector and viola jones algorithm but it is only detecting face for small size video not detecting heads for large crowd.
Suggestions?