Is there an OpenCV algorithm for human activity recognition?
I was wondering, due to my weak knowledge of OpenCV, is there some algorithm that does human activity recognition? I would like to write an application that uses algorithm for detection of human activities, like waving or swimming. I am using EmguCV, a .NET wrapper for OpenCV. Than you for your time.
"Matching Local Self-Similarities across Images and Videos"
at least this one is in contrib ( SelfSimilarity.cpp )
Thank you, is this the link to it : http://intuitionlogic.com/post/2011/04/11/A-OpenCV-C++-implementation-of-Local-Self-Similarity-Descriptors.aspx ?
no, that's another one ;)
Can you please give me a link, if that is not a problem, to the mentioned algorithm. Thank you once more