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

Data structure for the position and size of a rectangular shape in normalized device coordinates. (specified by its top-left point and its width and height) More...

#include <Helper.h>

Public Attributes

float x
 The normalized x coordinate of the rectangle's top-left point.
 
float y
 The normalized y coordinate of the rectangle's top-left point.
 
float w
 The rectangle's normalized width.
 
float h
 The rectangle's normalized height.
 

Detailed Description

Data structure for the position and size of a rectangular shape in normalized device coordinates. (specified by its top-left point and its width and height)

See Also
Awareness::Module::Vision

Member Data Documentation

float FaceTrackerNode::RectNDC::x

The normalized x coordinate of the rectangle's top-left point.

float FaceTrackerNode::RectNDC::y

The normalized y coordinate of the rectangle's top-left point.

float FaceTrackerNode::RectNDC::w

The rectangle's normalized width.

float FaceTrackerNode::RectNDC::h

The rectangle's normalized height.


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