开发者

Human detection from video

开发者 https://www.devze.com 2023-02-01 07:30 出处:网络
Can somebody recommend me a software or algorithm in Matlab, c++ with them i can detect people in video sequence? I tried Da开发者_开发知识库lal algorithm, and also OpenCV people detection sample, but

Can somebody recommend me a software or algorithm in Matlab, c++ with them i can detect people in video sequence? I tried Da开发者_开发知识库lal algorithm, and also OpenCV people detection sample, but it seems to work only for images, and it is not real-time. Dalal wrote in his thesis about motion HOG, but I don't find any realization, algorithm to it.


Probably you won't find it as a software, maybe as a research project. I think OpenCV approach is quite good. Why not to see at the source and improve/optimize it for your needs or platform?

Most algorithms in OpenCV does not use GPU for example. They probably use OpenMP or other IBM multithreading library not optimal or not available in your platform. These are two things you could investigate on ;)

Hope it helps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号