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. | |
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.
| float cavapa_gui::FrameStats::activity |
The total activity on the frame.
| FrameTime cavapa_gui::FrameStats::time |
The calculation time of the frame.
This will always be relative to the start of calculation.
1.8.7