Frapper  1.0a
Public Attributes | List of all members
FaceTrackerNode::Attractor Struct Reference

Data structure for an area in normalized coordinates that attracts the focus point (the point for the agent to look at). More...

#include <Helper.h>

Collaboration diagram for FaceTrackerNode::Attractor:
Collaboration graph
[legend]

Public Attributes

PointNDC focusPoint
 The coordinates of the point of interest of the attractor.
 
float size
 The relative size of the attractor's area (corresponds to the size of a detected face relative to the size of the image taken by the webcam).
 

Detailed Description

Data structure for an area in normalized coordinates that attracts the focus point (the point for the agent to look at).

See Also
Behavior, AttractorMessage

Member Data Documentation

PointNDC FaceTrackerNode::Attractor::focusPoint

The coordinates of the point of interest of the attractor.

float FaceTrackerNode::Attractor::size

The relative size of the attractor's area (corresponds to the size of a detected face relative to the size of the image taken by the webcam).


The documentation for this struct was generated from the following file: