AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include <opencv2/core.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <string>
#include <iostream>
#include <initializer_list>
#include "constants.hpp"
Go to the source code of this file.
Classes | |
class | ImageManager |
ImageManager class is a general-purpose class useful for operations on images such as loading, saving, showing and releasing attached memory. More... | |