Click or drag to resize

KalmanFilterPredict Method

http://www.emgu.com
Perform the predict operation using the option control input

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat Predict(
	Mat control = null
)

Parameters

control (Optional)
Type: Emgu.CVMat
The control.

Return Value

Type: Mat
The predicted state.
See Also