MATLAB File Help: cv.KalmanFilter/KalmanFilter | Index |
KalmanFilter constructor
kf = cv.KalmanFilter()
kf = cv.KalmanFilter(dynamParams, measureParams)
kf = cv.KalmanFilter(..., 'OptionName', optionValue, ...)
single
or double
. default single
The constructor invokes the cv.KalmanFilter.init method to initialize the object with the passed parameters.