AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include "../Command/SystemCommand.hpp"
#include "../Managers/RealSenseManagers/RealSenseManager.hpp"
#include "../Managers/OutputManagers/OutputManager.hpp"
#include "../Managers/OpenCV_Manager.hpp"
#include "../Managers/UsageManager.hpp"
#include "../Managers/CoordinateManagers/CoordinateMappingManager.hpp"
#include "../Managers/ImageManager.hpp"
#include "../Managers/KafkaManager.hpp"
#include <fstream>
Go to the source code of this file.
Classes | |
class | FacadeSingleton |
FacadeSingleton class is used as a single access point to a simplified interface. More... | |