KalmanFilterPredict Method |
http://www.emgu.com
Perform the predict operation using the option control input
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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