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::ErrorMode : unsigned char { op::StdRuntimeError , op::FileLogging , op::StdCerr , op::All }
 
enum class  op::LogMode : unsigned char { op::FileLogging , op::StdCout , op::All }
 
enum class  op::Priority : unsigned char {
  op::None = 0 , op::Low = 1 , op::Normal = 2 , op::High = 3 ,
  op::Max = 4 , op::NoOutput = 255
}
 
enum class  op::Extensions : unsigned char { op::Images , op::Size }