![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Implements a Kalman filter for 3D vector smoothing. More...
Go to the source code of this file.
Classes | |
class | VectorKalmanFilter< T > |
Applies Kalman filtering independently to each component of a 3D vector. More... | |
Implements a Kalman filter for 3D vector smoothing.
The VectorKalmanFilter
class applies independent Kalman filters to each component (X, Y, Z) of a 3D vector to smooth noisy data.
22/12/2024 22/12/2024
Definition in file VectorKalmanFilter.h.