OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
enumClasses.hpp
Go to the documentation of this file.
1
#ifndef OPENPOSE_THREAD_ENUM_CLASSES_HPP
2
#define OPENPOSE_THREAD_ENUM_CLASSES_HPP
3
4
namespace
op
5
{
9
enum class
ThreadManagerMode
: unsigned char
10
{
16
Asynchronous
,
17
AsynchronousIn
,
18
AsynchronousOut
,
23
Synchronous
,
24
};
25
}
26
27
#endif
// OPENPOSE_THREAD_ENUM_CLASSES_HPP
op
Definition:
cameraParameterReader.hpp:7
op::ThreadManagerMode
ThreadManagerMode
Definition:
enumClasses.hpp:10
op::ThreadManagerMode::Asynchronous
@ Asynchronous
op::ThreadManagerMode::Synchronous
@ Synchronous
op::ThreadManagerMode::AsynchronousIn
@ AsynchronousIn
op::ThreadManagerMode::AsynchronousOut
@ AsynchronousOut
include
openpose
thread
enumClasses.hpp
Generated by
1.9.1