Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
RecognizerFactory Class Reference
Detailed DescriptionThis class provides a factory method which creates Recognizer objects. It also provides the enumeration for which the factory method bases its creation process off of. Definition at line 54 of file recognizer_factory.h. Member Function Documentation
The Adjacency Pair Recognizer factory method. This function takes the enumeration type which enables the creation process to determine which type of Recognizer object to create. This function allows the Actor and object of the Recognizer to also be specified. This function also takes an optional argument allowing the creation to specify the parent EventSink object for the created Recognizer.
Definition at line 56 of file recognizer_factory.cpp.
The Backchannel Recognizer factory method. This function takes the enumeration type which enables the creation process to determine which type of Recognizer object to create. This function allows the Actor and object of the Recognizer to also be specified. This function also takes an optional argument allowing the creation to specify the parent EventSink object for the created Recognizer.
Definition at line 62 of file recognizer_factory.cpp.
The Directed Gaze Recognizer factory method. This function takes the enumeration type which enables the creation process to determine which type of Recognizer object to create. This function allows the Actor object of the Recognizer to also be specified. This function also takes an optional argument allowing the creation to specify the parent EventSink object for the created Recognizer.
Definition at line 43 of file recognizer_factory.cpp.
The Mutual Facial Gaze Recognizer factory method. This function takes the enumeration type which enables the creation process to determine which type of Recognizer object to create. This function allows the Actor and object of the Recognizer to also be specified. This function also takes an optional argument allowing the creation to specify the parent EventSink object for the created Recognizer.
Definition at line 50 of file recognizer_factory.cpp.
Return the type of the AdjacencyPairRecognizer.
Definition at line 78 of file recognizer_factory.cpp.
Return the type of the BackchannelRecognizer.
Definition at line 83 of file recognizer_factory.cpp.
Return the type of the DirectedGazeRecognizer.
Definition at line 68 of file recognizer_factory.cpp.
Return the type of the MutualFacialGazeRecognizer.
Definition at line 73 of file recognizer_factory.cpp. The documentation for this class was generated from the following files:
|