Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
DirectedGazeRecognizer Class Reference
Inheritance diagram for DirectedGazeRecognizer:
Detailed DescriptionThe DirectedGazeRecognizer provides the concrete implementation for the directed gaze recognizer. Which is responsible for detecting directed gaze that is initiated by either an Actor or the Robot. Definition at line 48 of file directed_gaze_recognizer.h. Constructor & Destructor Documentation
Default constructor for DirectedGazeRecognizer. Definition at line 42 of file directed_gaze_recognizer.cpp.
Constructor for DirectedGazeRecognizer which takes an Actor, and an EventSink.
Definition at line 68 of file directed_gaze_recognizer.cpp. Member Function Documentation
Return the object associated with this Recognizer. If there is an object, otherwise return an empty string.
Reimplemented from Recognizer. Definition at line 241 of file directed_gaze_recognizer.cpp.
Initialize this Recognizer.
Reimplemented from Recognizer. Definition at line 95 of file directed_gaze_recognizer.cpp.
Transition into a new state based on an event.
Implements Recognizer. Definition at line 132 of file directed_gaze_recognizer.cpp.
Static method that gives the type of this State.
Definition at line 246 of file directed_gaze_recognizer.cpp. Member Data Documentation
The action used to initiate the directed gaze. Reimplemented from Recognizer. Definition at line 58 of file directed_gaze_recognizer.h.
Publish then human initiated directed gaze message. Definition at line 55 of file directed_gaze_recognizer.h.
The object being directed toward. Definition at line 52 of file directed_gaze_recognizer.h. The documentation for this class was generated from the following files:
|