![]() |
AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include "FacadeSingleton/FacadeSingleton.hpp"Go to the source code of this file.
Classes | |
| class | Skeleton |
| Skeleton class is used for skeleton creations and manipulations. More... | |
Enumerations | |
| enum | BodyKeypoint { Nose = 0 , Neck = 1 , RShoulder = 2 , RElbow = 3 , RWrist = 4 , LShoulder = 5 , LElbow = 6 , LWrist = 7 , MidHip = 8 , RHip = 9 , RKnee = 10 , RAnkle = 11 , LHip = 12 , LKnee = 13 , LAnkle = 14 , REye = 15 , LEye = 16 , REar = 17 , LEar = 18 , LBigToe = 19 , LSmallToe = 20 , LHeel = 21 , RBigToe = 22 , RSmallToe = 23 , RHeel = 24 , Background = 25 } |
| Enumeration for body keypoints produced from OpenPose. More... | |
| enum BodyKeypoint |
Enumeration for body keypoints produced from OpenPose.
| Enumerator | |
|---|---|
| Nose | |
| Neck | |
| RShoulder | |
| RElbow | |
| RWrist | |
| LShoulder | |
| LElbow | |
| LWrist | |
| MidHip | |
| RHip | |
| RKnee | |
| RAnkle | |
| LHip | |
| LKnee | |
| LAnkle | |
| REye | |
| LEye | |
| REar | |
| LEar | |
| LBigToe | |
| LSmallToe | |
| LHeel | |
| RBigToe | |
| RSmallToe | |
| RHeel | |
| Background | |
Definition at line 22 of file Skeleton.hpp.