http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
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.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Matrix<float> Predict( Matrix<float> control ) |
Visual Basic |
---|
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