SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.ArgusKit.PoseConfiguration Class Reference

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
 

Detailed Description

A recognizer which is able to detect whether a person is smiling.

Constructor & Destructor Documentation

◆ PoseConfiguration() [1/2]

RealNetworks.ArgusKit.PoseConfiguration.PoseConfiguration ( PoseConfiguration  other)

Creates a deep copy from an existing configuration.

Parameters
otherthe existing configuration

◆ PoseConfiguration() [2/2]

RealNetworks.ArgusKit.PoseConfiguration.PoseConfiguration ( )

Creates a new configuration with default values.

Member Data Documentation

◆ MaxPitch

double RealNetworks.ArgusKit.PoseConfiguration.MaxPitch = 0.4

◆ MaxRoll

double RealNetworks.ArgusKit.PoseConfiguration.MaxRoll = 0.15

◆ MaxYaw

double RealNetworks.ArgusKit.PoseConfiguration.MaxYaw = 0.4