mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-03-12 10:26:41 -04:00
add kinect image
This commit is contained in:
parent
582fc2f4f1
commit
b1180c7381
BIN
blog/assets/images/biometrics-explained/kinect-skeleton.jpeg
Normal file
BIN
blog/assets/images/biometrics-explained/kinect-skeleton.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -144,6 +144,11 @@ There are two approaches for extracting biometric data from video.
|
||||
|
||||
This approach attempts to model the human body in order to track the different parts of it. A well-known example of this approach is the Microsoft Kinect, which only consists of a fairly low-resolution camera. It simplifies the human body into a stick figure, which you can see in footage of the [Kinect](https://www.youtube.com/watch?v=33AsuE-WP64) in action. It then uses the distances and joint angles of the model for gait recognition.
|
||||
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>source: <a href="https://www.researchgate.net/publication/334049964_Markerless_Human_Motion_Tracking_Using_Microsoft_Kinect_SDK_and_Inverse_Kinematics">Alireza Bilesan, Saeed Behzadipour, Teppei Tsujita, Shunsuke Komizunai, and Atsushi Konno</a></figcaption>
|
||||
</figure>
|
||||
|
||||
#### Model-free
|
||||
|
||||
Model-free approaches don't try to model the human body but instead use the whole motion of human silhouettes. This gives a few advantages, namely it works regardless of camera quality and it takes significantly fewer resources.
|
||||
|
Loading…
x
Reference in New Issue
Block a user