![]() |
OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <openpose/core/common.hpp>Go to the source code of this file.
Classes | |
| struct | op::Datum |
Namespaces | |
| op | |
Macros | |
| #define | BASE_DATUM Datum |
| #define | BASE_DATUMS std::vector<std::shared_ptr<BASE_DATUM>> |
| #define | BASE_DATUMS_SH std::shared_ptr<BASE_DATUMS> |
| #define | DEFINE_TEMPLATE_DATUM(templateName) template class OP_API templateName<BASE_DATUMS_SH> |
| #define | COMPILE_TEMPLATE_DATUM(templateName) extern template class templateName<BASE_DATUMS_SH> |
| #define BASE_DATUMS std::vector<std::shared_ptr<BASE_DATUM>> |
| #define BASE_DATUMS_SH std::shared_ptr<BASE_DATUMS> |
| #define COMPILE_TEMPLATE_DATUM | ( | templateName | ) | extern template class templateName<BASE_DATUMS_SH> |
| #define DEFINE_TEMPLATE_DATUM | ( | templateName | ) | template class OP_API templateName<BASE_DATUMS_SH> |