Click or drag to resize

KalmanFilterCorrect Method

http://www.emgu.com
Updates the predicted state from the measurement.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat Correct(
	Mat measurement
)

Parameters

measurement
Type: Emgu.CVMat
The measured system parameters

Return Value

Type: Mat

[Missing <returns> documentation for "M:Emgu.CV.KalmanFilter.Correct(Emgu.CV.Mat)"]

See Also