http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
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