http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Allocates CvKalman and all its matrices and initializes them somehow.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Kalman( int dynamParams, int measureParams, int controlParams ) |
Visual Basic |
---|
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