16#include "../Math/Vector3D.h"
Provides a template-based implementation of a Kalman Filter.
Implements a generic Kalman Filter for 1D data.
Represents a 3D vector (X, Y, Z) and provides methods for vector arithmetic.
Applies Kalman filtering independently to each component of a 3D vector.
KalmanFilter< T > Z
Kalman filter for the Z component of the vector.
Vector3D Filter(Vector3D input)
Filters a 3D vector input using the Kalman filter.
KalmanFilter< T > X
Kalman filter for the X component of the vector.
KalmanFilter< T > Y
Kalman filter for the Y component of the vector.