AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include <vector>
#include <cmath>
#include "../../Room/CVPR_Lab.hpp"
#include "../../Points/Point3D.hpp"
#include "../../Points/BodyKeyPoint.hpp"
Go to the source code of this file.
Classes | |
class | CoordinateMappingManager |
The CoordinateMappingManager class is a class that is responsible for converting coordinates values from a coordinates' space to another one. A certain coordinates' space has to inherit from this class and implement its own conversion method, overriding the base class method. More... | |
class | UnityCoordinateMappingManager |
The UnityCoordinateMappingManager class is a class that is responsible for converting coordinates values from a coordinates' space to Unity coordinates' space whose parameters are specified at the top of this header file. More... | |