OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <chrono>
#include <memory>
#include <ostream>
#include <string>
#include <thread>
#include <vector>
Go to the source code of this file.
Macros | |
#define | OP_API |
#define | UNUSED(unusedVariable) (void)(unusedVariable) |
#define | DELETE_COPY(className) |
#define | COMPILE_TEMPLATE_BASIC_TYPES_CLASS(className) COMPILE_TEMPLATE_BASIC_TYPES(className, class) |
#define | COMPILE_TEMPLATE_BASIC_TYPES_STRUCT(className) COMPILE_TEMPLATE_BASIC_TYPES(className, struct) |
#define | COMPILE_TEMPLATE_BASIC_TYPES(className, classType) |
#define | COMPILE_TEMPLATE_FLOATING_TYPES_CLASS(className) COMPILE_TEMPLATE_FLOATING_TYPES(className, class) |
#define | COMPILE_TEMPLATE_FLOATING_TYPES_STRUCT(className) COMPILE_TEMPLATE_FLOATING_TYPES(className, struct) |
#define | COMPILE_TEMPLATE_FLOATING_TYPES(className, classType) |
#define | COMPILE_TEMPLATE_FLOATING_INT_TYPES_CLASS(className) COMPILE_TEMPLATE_FLOATING_INT_TYPES(className, class) |
#define | COMPILE_TEMPLATE_FLOATING_INT_TYPES_STRUCT(className) COMPILE_TEMPLATE_FLOATING_INT_TYPES(className, struct) |
#define | COMPILE_TEMPLATE_FLOATING_INT_TYPES(className, classType) |
#define | OVERLOAD_C_OUT(className) |
Variables | |
const std::string | OPEN_POSE_NAME_STRING = "OpenPose" |
const std::string | OPEN_POSE_VERSION_STRING = "1.7.0" |
const std::string | OPEN_POSE_NAME_AND_VERSION = OPEN_POSE_NAME_STRING + " " + OPEN_POSE_VERSION_STRING |
#define COMPILE_TEMPLATE_BASIC_TYPES | ( | className, | |
classType | |||
) |
Definition at line 39 of file macros.hpp.
#define COMPILE_TEMPLATE_BASIC_TYPES_CLASS | ( | className | ) | COMPILE_TEMPLATE_BASIC_TYPES(className, class) |
Definition at line 37 of file macros.hpp.
#define COMPILE_TEMPLATE_BASIC_TYPES_STRUCT | ( | className | ) | COMPILE_TEMPLATE_BASIC_TYPES(className, struct) |
Definition at line 38 of file macros.hpp.
#define COMPILE_TEMPLATE_FLOATING_INT_TYPES | ( | className, | |
classType | |||
) |
#define COMPILE_TEMPLATE_FLOATING_INT_TYPES_CLASS | ( | className | ) | COMPILE_TEMPLATE_FLOATING_INT_TYPES(className, class) |
Definition at line 64 of file macros.hpp.
#define COMPILE_TEMPLATE_FLOATING_INT_TYPES_STRUCT | ( | className | ) | COMPILE_TEMPLATE_FLOATING_INT_TYPES(className, struct) |
Definition at line 65 of file macros.hpp.
#define COMPILE_TEMPLATE_FLOATING_TYPES | ( | className, | |
classType | |||
) |
Definition at line 58 of file macros.hpp.
#define COMPILE_TEMPLATE_FLOATING_TYPES_CLASS | ( | className | ) | COMPILE_TEMPLATE_FLOATING_TYPES(className, class) |
Definition at line 56 of file macros.hpp.
#define COMPILE_TEMPLATE_FLOATING_TYPES_STRUCT | ( | className | ) | COMPILE_TEMPLATE_FLOATING_TYPES(className, struct) |
Definition at line 57 of file macros.hpp.
#define DELETE_COPY | ( | className | ) |
Definition at line 32 of file macros.hpp.
#define OP_API |
Definition at line 18 of file macros.hpp.
#define OVERLOAD_C_OUT | ( | className | ) |
cout operator overload calling toString() function
Definition at line 77 of file macros.hpp.
#define UNUSED | ( | unusedVariable | ) | (void)(unusedVariable) |
Definition at line 30 of file macros.hpp.
const std::string OPEN_POSE_NAME_AND_VERSION = OPEN_POSE_NAME_STRING + " " + OPEN_POSE_VERSION_STRING |
Definition at line 14 of file macros.hpp.
const std::string OPEN_POSE_NAME_STRING = "OpenPose" |
Definition at line 12 of file macros.hpp.
const std::string OPEN_POSE_VERSION_STRING = "1.7.0" |
Definition at line 13 of file macros.hpp.