Log data from the BorderWatch application, used by BorderWatchGui. More...
#include <Apps/BorderWatch/BorderWatchData.H>
Public Attributes | |
uint | oframe |
Output frame number. | |
uint | iframe |
Input frame number. | |
float | score |
Overall combined score. | |
Point2D< int > | salpoint |
Coordinates of most salient point. | |
float | saliency |
Local saliency (or surprise) component of score. | |
float | energy |
Energy component of score. | |
float | uniqueness |
Uniqueness component of score. | |
float | entropy |
Entropy component of score. | |
float | rand |
Rand component of score. | |
float | KLsurprise |
KL surfprise component of score. | |
float | MSDsurprise |
MSD surprise component of score. | |
std::string | itime |
Time of the input frame. |
Log data from the BorderWatch application, used by BorderWatchGui.
Definition at line 46 of file BorderWatchData.H.
float BorderWatchData::energy |
Energy component of score.
Definition at line 54 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
float BorderWatchData::entropy |
Entropy component of score.
Definition at line 56 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
Input frame number.
Definition at line 48 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
Time of the input frame.
Definition at line 61 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
KL surfprise component of score.
Definition at line 58 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
MSD surprise component of score.
Definition at line 59 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
Output frame number.
Definition at line 47 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
float BorderWatchData::rand |
Rand component of score.
Definition at line 57 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
Local saliency (or surprise) component of score.
Definition at line 53 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
Coordinates of most salient point.
Definition at line 51 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
float BorderWatchData::score |
Overall combined score.
Definition at line 49 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().
Uniqueness component of score.
Definition at line 55 of file BorderWatchData.H.
Referenced by operator<<(), and operator>>().