CAVAPA-GUI  30.5.2014
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Attributes | List of all members
cavapa_gui::FrameStats Struct Reference

Structure for holding frame statistics on activity. More...

#include <common.h>

Public Attributes

FrameTime time
 The calculation time of the frame. More...
 
float activity
 The total activity on the frame. More...
 
float count
 The number of detected sightings on the frame.
 

Detailed Description

Structure for holding frame statistics on activity.

This is the main statistical information that is passed from the AnalysisController to the Controller when calculation updates.

Author
Petri Partanen
Remarks
All members of the structure must be defined as fixed size in order to maintain compatibility between 32bit and 64bit systems as the structure is written to result files as it is.

Member Data Documentation

float cavapa_gui::FrameStats::activity

The total activity on the frame.

Remarks
Smaller precision is preferred for this member to provide smaller footprint on the file data.
FrameTime cavapa_gui::FrameStats::time

The calculation time of the frame.

This will always be relative to the start of calculation.


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