KalmanFilterPredict Method |
http://www.emgu.com
Perform the predict operation using the option control input
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Mat Predict(
Mat control = null
)
Public Function Predict (
Optional control As Mat = Nothing
) As Mat
public:
Mat^ Predict(
Mat^ control = nullptr
)
member Predict :
?control : Mat
(* Defaults:
let _control = defaultArg control null
*)
-> Mat
Parameters
- control (Optional)
- Type: Emgu.CVMat
The control.
Return Value
Type:
MatThe predicted state.
See Also