Estimates the subsequent stochastic model state by its current state and stores it at PredictedState
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Matrix<float> Predict( Matrix<float> control ) |
Visual Basic (Declaration) |
---|
Public Function Predict ( _ control As Matrix(Of Single) _ ) As Matrix(Of Single) |
Visual C++ |
---|
public: Matrix<float>^ Predict( Matrix<float>^ control ) |
Parameters
- control
- Type: Emgu.CV..::.Matrix<(Of <(Single>)>)
the control vector