AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include "FacadeSingleton.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main. More... | |
Variables | |
const int | expected_argc = 5 |
const char * | expectedUsageMessage |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main.
The main function contains a sample code to launch the program.
argc | Main argument count |
argv | Main argument values |
Definition at line 229 of file main.cpp.
References FacadeSingleton::cleanBuildFolder(), expected_argc, expectedUsageMessage, FacadeSingleton::getInstance(), FacadeSingleton::getVideoBodyKeyPoints(), FacadeSingleton::getVideoFrames(), FacadeSingleton::sendData(), FacadeSingleton::showSkeletons(), and FacadeSingleton::startEnvironment().
const int expected_argc = 5 |
Definition at line 213 of file main.cpp.
Referenced by FacadeSingleton::FacadeSingleton(), FacadeSingleton::getInstance(), and main().
const char* expectedUsageMessage |
Definition at line 214 of file main.cpp.
Referenced by FacadeSingleton::FacadeSingleton(), FacadeSingleton::getInstance(), and main().