#include <BaseModel.h>
Collaboration diagram for KalmanPredictResult:

Public Member Functions | |
| KalmanPredictResult () | |
Public Attributes | |
| KalmanBallState | state |
| predicted state of the ball | |
| double | liklihood |
| predicted liklihood of the state | |
Definition at line 50 of file BaseModel.h.
|
|
Definition at line 27 of file BaseModel.cpp. |
|
|
predicted state of the ball
Definition at line 56 of file BaseModel.h. Referenced by KalmanFixedPositionModel::predict(), and KalmanConstantSpeedModel::predict(). |
|
|
predicted liklihood of the state
Definition at line 57 of file BaseModel.h. Referenced by KalmanFixedPositionModel::predict(), and KalmanConstantSpeedModel::predict(). |
1.3.6