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: 3.4.1.20180605-33-CaRLSharp
Syntax
public KalmanFilter(
	int dynamParams,
	int measureParams,
	int controlParams = 0,
	int type = 5
)

Parameters

dynamParams
Type: SystemInt32
measureParams
Type: SystemInt32
controlParams (Optional)
Type: SystemInt32
type (Optional)
Type: SystemInt32
See Also