ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
VectorKalmanFilter.h File Reference

Implements a Kalman filter for 3D vector smoothing. More...

#include "KalmanFilter.h"
#include "../Math/Vector3D.h"
Include dependency graph for VectorKalmanFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorKalmanFilter< T >
 Applies Kalman filtering independently to each component of a 3D vector. More...
 

Detailed Description

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

Version
1.0 Coela Can't! Coela Can't

Definition in file VectorKalmanFilter.h.