head detection from video
Posted
by
Aman Kaushal
on Stack Overflow
See other posts from Stack Overflow
or by Aman Kaushal
Published on 2014-06-02T15:21:08Z
Indexed on
2014/06/02
15:25 UTC
Read the original article
Hit count: 247
matlab
|image-processing
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?
© Stack Overflow or respective owner