AnalyticsActorPoint Struct Reference

Detailed Description

Describes an analytics actor points.

The points represent the track of the actor across the scene. The Points will update as the actor moves across the scene.

#include <AnalyticsActorInfo.h>

Public Attributes

double x
 The x location of the actor, as a percentage of the overall image width. More...
 
double y
 The y location of the actor, as a percentage of the overall image height. More...
 
double width
 The width of the actor point, as a percentage of the overall image width. More...
 
double height
 The height of the actor point, as a percentage of the overall image height. More...
 
bool alarming
 True if the actor was alarming at this point. More...
 
int64_t timestamp
 The timestamp of this point. More...
 

Member Data Documentation

double AnalyticsActorPoint::x

The x location of the actor, as a percentage of the overall image width.

double AnalyticsActorPoint::y

The y location of the actor, as a percentage of the overall image height.

double AnalyticsActorPoint::width

The width of the actor point, as a percentage of the overall image width.

double AnalyticsActorPoint::height

The height of the actor point, as a percentage of the overall image height.

bool AnalyticsActorPoint::alarming

True if the actor was alarming at this point.

int64_t AnalyticsActorPoint::timestamp

The timestamp of this point.


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