Motion models structure. More...
#include <mtt_common.h>
Public Attributes | |
CvKalman * | ca_x_kalman |
Constant acceleration X Kalman Filter. | |
CvKalman * | ca_y_kalman |
Constant acceleration Y Kalman Filter. | |
CvKalman * | cv_x_kalman |
Constant velocity X Kalman Filter. | |
CvKalman * | cv_y_kalman |
Constant velocity Y Kalman Filter. |
Motion models structure.
Definition at line 251 of file mtt_common.h.
CvKalman* t_motion_models::ca_x_kalman |
Constant acceleration X Kalman Filter.
Definition at line 259 of file mtt_common.h.
CvKalman* t_motion_models::ca_y_kalman |
Constant acceleration Y Kalman Filter.
Definition at line 261 of file mtt_common.h.
CvKalman* t_motion_models::cv_x_kalman |
Constant velocity X Kalman Filter.
Definition at line 254 of file mtt_common.h.
CvKalman* t_motion_models::cv_y_kalman |
Constant velocity Y Kalman Filter.
Definition at line 256 of file mtt_common.h.