Constructor KalmanFilter
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
KalmanFilter()
the default constructor
public KalmanFilter()
KalmanFilter(int, int, int, int)
the full constructor taking the dimensionality of the state, of the measurement and of the control vector
public KalmanFilter(int dynamParams, int measureParams, int controlParams = 0, int type = 5)