Allocates CvKalman and all its matrices and initializes them somehow.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Kalman( int dynamParams, int measureParams, int controlParams ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ dynamParams As Integer, _ measureParams As Integer, _ controlParams As Integer _ ) |
Visual C++ |
---|
public: Kalman( int dynamParams, int measureParams, int controlParams ) |
Parameters
- dynamParams
- Type: System..::.Int32
dimensionality of the state vector
- measureParams
- Type: System..::.Int32
dimensionality of the measurement vector
- controlParams
- Type: System..::.Int32
dimensionality of the control vector