Allocates CvKalman and all its matrices and initializes them somehow.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public Kalman(
int dynamParams,
int measureParams,
int controlParams
)
public:
Kalman(
int dynamParams,
int measureParams,
int controlParams
)
Parameters
- dynamParams
- Int32
dimensionality of the state vector
- measureParams
- Int32
dimensionality of the measurement vector
- controlParams
- Int32
dimensionality of the control vector
See Also