AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
Go to the source code of this file.
Variables | |
static const short int | CHECK_USAGE_ERROR = 1 |
static const char * | CHECK_USAGE_SCOPE = "usage" |
static const short int | LOAD_IMAGE_ERROR = 2 |
static const char * | LOAD_IMAGE_SCOPE = "Could not open or find the image" |
static const short int | SAVE_IMAGE_ERROR = 3 |
static const char * | SAVE_IMAGE_SCOPE = "Could not save the image on disk" |
static const short int | LOAD_JSON_ERROR = 4 |
static const char * | LOAD_JSON_SCOPE = "Could not open or find the JSON file" |
static const short int | RS_CAMERA_ERROR = 5 |
static const char * | RS_CAMERA_SCOPE = "Troubles during initialization of RealSense Camera" |
static const short int | FACADE_SINGLETON_NULLPTR_ERROR = 6 |
static const char * | FACADE_SINGLETON_NULLPTR_SCOPE = "FacadeSingleton::getInstance() returns nullptr" |
static const short int | USAGE_MANAGER_NULLPTR_ERROR = 7 |
static const char * | USAGE_MANAGER_NULLPTR_SCOPE = "UsageManager::getInstance() returns nullptr" |
static const short int | RDKAFKA_GET_KEYS_FROM_JSON_ERROR = 8 |
static const char * | RDKAFKA_GET_KEYS_FROM_JSON_SCOPE = "KafkaManager::loadConfigurationGroup() error during g_key_file_get_keys()" |
static const short int | RDKAFKA_GET_KEY_FROM_JSON_ERROR = 9 |
static const char * | RDKAFKA_GET_KEY_FROM_JSON_SCOPE = "KafkaManager::loadConfigurationGroup() error during g_key_file_get_string()" |
static const short int | RDKAFKA_CONF_SET_ERROR = 10 |
static const char * | RDKAFKA_CONF_SET_SCOPE = "KafkaManager::loadConfigurationGroup() error during rd_kafka_conf_set()" |
static const short int | NEW_ALLOC_ERROR = 11 |
static const char * | NEW_ALLOC_SCOPE = "Error while allocating dynamic memory with new." |
static const short int | ESC_KEY = 27 |
static const float | depth_min = 0.10 |
static const float | depth_max = 6.0 |
static const char * | JSON_FILE_PATH = "skeletonsPoints3D.json" |
static const char * | CONF_FILE_PATH = "conf.conf" |
static const short int | programNameOffset = 0 |
static const short int | openPoseFolderOffset = 1 |
static const short int | openPoseExecuteCommandOffset = 2 |
static const short int | imagesFolderOffset = 3 |
static const short int | outputFolderOffset = 4 |
static const short int | totalFileParameters = 5 |
static const short int | openPoseBodyKeyPointsNumber = 25 |
static const bool | NOT_FIRST_BOOT = false |
static const bool | FIRST_BOOT = true |
|
static |
Definition at line 17 of file constants.hpp.
Referenced by UsageManager::checkUsage().
|
static |
Definition at line 18 of file constants.hpp.
Referenced by UsageManager::checkUsage().
|
static |
Definition at line 59 of file constants.hpp.
Referenced by FacadeSingleton::FacadeSingleton().
|
static |
Definition at line 56 of file constants.hpp.
|
static |
Definition at line 55 of file constants.hpp.
|
static |
Definition at line 53 of file constants.hpp.
|
static |
Definition at line 32 of file constants.hpp.
Referenced by Skeleton::calcBodyKeypoints(), Skeleton::deprojectSkeletonPoints3D(), Skeleton::generateSkeleton(), OpenCV_Manager::getVideoFramesCV(), and OpenCV_Manager::showSkeletonsCV().
|
static |
Definition at line 33 of file constants.hpp.
Referenced by Skeleton::calcBodyKeypoints(), Skeleton::deprojectSkeletonPoints3D(), Skeleton::generateSkeleton(), OpenCV_Manager::getVideoFramesCV(), and OpenCV_Manager::showSkeletonsCV().
|
static |
Definition at line 71 of file constants.hpp.
Referenced by FacadeSingleton::startEnvironment().
|
static |
Definition at line 64 of file constants.hpp.
Referenced by OpenCV_Manager::getVideoFramesCV(), CleanCommand::setCommand(), OpenPoseCommand::setCommand(), MoveCommand::setCommand(), and OpenCV_Manager::showSkeletonsCV().
|
static |
Definition at line 58 of file constants.hpp.
Referenced by OutputManagerJSON::createJSON().
|
static |
Definition at line 20 of file constants.hpp.
Referenced by ImageManager::loadImage().
|
static |
Definition at line 21 of file constants.hpp.
Referenced by ImageManager::loadImage().
|
static |
Definition at line 26 of file constants.hpp.
|
static |
Definition at line 27 of file constants.hpp.
|
static |
Definition at line 47 of file constants.hpp.
Referenced by Skeleton::deprojectSkeletonPoints3D(), and FacadeSingleton::FacadeSingleton().
|
static |
Definition at line 48 of file constants.hpp.
Referenced by Skeleton::deprojectSkeletonPoints3D(), and FacadeSingleton::FacadeSingleton().
|
static |
Definition at line 70 of file constants.hpp.
|
static |
Definition at line 68 of file constants.hpp.
Referenced by Skeleton::calcBodyEdges(), Skeleton::calcBodyKeypoints(), and OutputManagerJSON::makeOutputString().
|
static |
Definition at line 63 of file constants.hpp.
Referenced by OpenPoseCommand::setCommand().
|
static |
Definition at line 62 of file constants.hpp.
Referenced by OpenPoseCommand::setCommand().
|
static |
Definition at line 65 of file constants.hpp.
Referenced by FacadeSingleton::sendData(), CleanCommand::setCommand(), OpenPoseCommand::setCommand(), and OpenCV_Manager::showSkeletonsCV().
|
static |
Definition at line 61 of file constants.hpp.
Referenced by UsageManager::checkUsage().
|
static |
Definition at line 44 of file constants.hpp.
Referenced by KafkaManager::loadConfigurationGroup().
|
static |
Definition at line 45 of file constants.hpp.
Referenced by KafkaManager::loadConfigurationGroup().
|
static |
Definition at line 41 of file constants.hpp.
Referenced by KafkaManager::loadConfigurationGroup().
|
static |
Definition at line 42 of file constants.hpp.
Referenced by KafkaManager::loadConfigurationGroup().
|
static |
Definition at line 38 of file constants.hpp.
Referenced by KafkaManager::loadConfigurationGroup().
|
static |
Definition at line 39 of file constants.hpp.
Referenced by KafkaManager::loadConfigurationGroup().
|
static |
Definition at line 29 of file constants.hpp.
|
static |
Definition at line 30 of file constants.hpp.
|
static |
Definition at line 23 of file constants.hpp.
Referenced by ImageManager::saveImage().
|
static |
Definition at line 24 of file constants.hpp.
Referenced by ImageManager::saveImage().
|
static |
Definition at line 66 of file constants.hpp.
Referenced by FacadeSingleton::FacadeSingleton().
|
static |
Definition at line 35 of file constants.hpp.
Referenced by UsageManager::get_argv(), OpenCV_Manager::getVideoFramesCV(), CleanCommand::setCommand(), OpenPoseCommand::setCommand(), MoveCommand::setCommand(), and OpenCV_Manager::showSkeletonsCV().
|
static |
Definition at line 36 of file constants.hpp.
Referenced by UsageManager::get_argv(), OpenCV_Manager::getVideoFramesCV(), CleanCommand::setCommand(), OpenPoseCommand::setCommand(), MoveCommand::setCommand(), and OpenCV_Manager::showSkeletonsCV().