AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <json/json.h>
#include <json/value.h>
#include <opencv2/core.hpp>
#include "../../Points/Point3D.hpp"
#include "../../Points/BodyKeyPoint.hpp"
#include "../../Skeleton.hpp"
Go to the source code of this file.
Classes | |
class | OutputManager |
OutputManager class is a class that abstracts final output-producing operations. An output format inherits from this class, such as OutputManagerJSON. More... | |
class | OutputManagerJSON |
OutputManagerJSON class is a class that abstracts final JSON output-producing operations. More... | |