Struct SimOne_Data_Position_Info¶
ClassList > SimOne_Data_Position_Info
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| float | covar_xy |
| float | mean_x |
| float | mean_y |
| float | var_x |
| float | var_y |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable covar_xy¶
float SimOne_Data_Position_Info::covar_xy;
X 和 Y 坐标的协方差。 * Covariance of X and Y coordinates.
variable mean_x¶
float SimOne_Data_Position_Info::mean_x;
X 坐标的均值。 * Mean value of X coordinate.
variable mean_y¶
float SimOne_Data_Position_Info::mean_y;
Y 坐标的均值。 * Mean value of Y coordinate.
variable var_x¶
float SimOne_Data_Position_Info::var_x;
X 坐标的方差。 * Variance of X coordinate.
variable var_y¶
float SimOne_Data_Position_Info::var_y;
Y 坐标的方差。 * Variance of Y coordinate.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h