PARP Research Group | Universidad de Murcia |
QVUKFstate Struct Reference
|
Public Attributes | |
QVMatrix | mean |
Filter mean. | |
QVMatrix | covariance |
Filter covariance matrix. |
A structure that contains the mean and covariance matrix to represent a normal state.
A structure that contains the mean (QVMatrix) and covariance matrix (QVMatrix) to represent a normal state.
Definition at line 41 of file qvukf.h.
Filter mean.
Definition at line 44 of file qvukf.h.
Referenced by QVUKF::getState(), QVUKF::QVUKF(), QVUKF::setState(), and QVUKF::update().