OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
enumClasses.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Enumerations

enum class  op::PoseMode : unsigned char { op::Disabled = 0 , op::Enabled , op::NoNetwork , op::Size }
 
enum class  op::Detector : unsigned char {
  op::Body = 0 , op::OpenCV , op::Provided , op::BodyWithTracking ,
  op::Size
}
 
enum class  op::WorkerType : unsigned char {
  op::Input = 0 , op::PreProcessing , op::PostProcessing , op::Output ,
  op::Size
}