Click or drag to resize

KalmanFilter Constructor (Int32, Int32, Int32, Int32)

the full constructor taking the dimensionality of the state, of the measurement and of the control vector

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public KalmanFilter(
	int dynamParams,
	int measureParams,
	int controlParams = 0,
	int type = 5
)

Parameters

dynamParams
Type: SystemInt32

[Missing <param name="dynamParams"/> documentation for "M:OpenCvSharp.KalmanFilter.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

measureParams
Type: SystemInt32

[Missing <param name="measureParams"/> documentation for "M:OpenCvSharp.KalmanFilter.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

controlParams (Optional)
Type: SystemInt32

[Missing <param name="controlParams"/> documentation for "M:OpenCvSharp.KalmanFilter.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

type (Optional)
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:OpenCvSharp.KalmanFilter.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also