A recognizer which is able to detect whether a person is smiling. More...
Public Member Functions | |
PoseConfiguration (PoseConfiguration other) | |
Creates a deep copy from an existing configuration. More... | |
PoseConfiguration () | |
Creates a new configuration with default values. More... | |
Public Attributes | |
double | MaxYaw = 0.4 |
double | MaxPitch = 0.4 |
double | MaxRoll = 0.15 |
A recognizer which is able to detect whether a person is smiling.
RealNetworks.ArgusKit.PoseConfiguration.PoseConfiguration | ( | PoseConfiguration | other | ) |
Creates a deep copy from an existing configuration.
other | the existing configuration |
RealNetworks.ArgusKit.PoseConfiguration.PoseConfiguration | ( | ) |
Creates a new configuration with default values.
double RealNetworks.ArgusKit.PoseConfiguration.MaxPitch = 0.4 |
double RealNetworks.ArgusKit.PoseConfiguration.MaxRoll = 0.15 |
double RealNetworks.ArgusKit.PoseConfiguration.MaxYaw = 0.4 |