Public Member Functions | |
Image< double > | getNextState (const Image< double > &X, int k) |
The function to move from one state to another (need to be implemented). | |
Image< double > | getObservation (const Image< double > &X, int k) |
The function to predict the observation from the current state. | |
Point2D< double > | getPos () |
Point2D< double > | getVel () |
Point2D< double > | getAcc () |
void | getPosEllipse (Point2D< float > &mu, Point2D< float > &sigma) |
Definition at line 49 of file psycho-showEyePos.C.
The function to move from one state to another (need to be implemented).
Implements UKF.
Definition at line 86 of file psycho-showEyePos.C.
References Image< T >::getVal(), and ZEROS.
The function to predict the observation from the current state.
Implements UKF.
Definition at line 106 of file psycho-showEyePos.C.
References Image< T >::getVal(), and ZEROS.