MATLAB File Help: cv.KalmanFilter/KalmanFilter Index
cv.KalmanFilter/KalmanFilter

KalmanFilter constructor

kf = cv.KalmanFilter()
kf = cv.KalmanFilter(dynamParams, measureParams)
kf = cv.KalmanFilter(..., 'OptionName', optionValue, ...)

Input

Options

The constructor invokes the cv.KalmanFilter.init method to initialize the object with the passed parameters.

See also