|
Public Attributes |
|
int | id |
| | Identifier of an observation.
|
|
int | type |
| | Observation type or origin identifier (feature detection internal use).
|
|
int | matched |
| | Flag indicating if observation is matched or not.
|
|
int | n_pairings |
| | Counts number of statistically compatible associations of an observation.
|
|
int | n_support_cues |
| | Counts number of supporting cues (e.g. shape, motion, shape and motion) of an observation.
|
|
double | timestamp |
| | Timestamp of an observation.
|
|
gsl::matrix | z |
| | Observation values z (= first moments) in the sensor reference frame.
|
|
gsl::matrix | R |
| | Observation covariance matrix R (= second moments).
|