(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Real time human action recognition from RGB clips using local motion histogram

What is it about?

This paper proposes a method to human action recognition from RGB video clips. The method is based on capturing the local motion information from smaller size video clips. Local motion information is captured through accumulation of motion in different shape and size of patches of spatial domain. The motion information is then transformed to motion histograms. Further, all the histograms are concatenated to make the proposed feature vector. Bagging ensemble technique, in form of random forest, is used for classification. The idea is further extended to real time human action recognition mechanism. To show the robustness and efficiency of proposed algorithm, it is performed on publicly available human action datasets Joint-annotated Human Motion Data Base (JHMDB) [29] and University of Rzeszów (UR) Fall detection dataset [19]. The results are also compared with other state of art methods.

Read more on Kudos…
The following have contributed to this page:
Awadhesh Srivastava
' ,"url"));