Estimates the subsequent stochastic model state from its current state
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void cvConDensUpdateByTime(
IntPtr condens
)
Public Shared Sub cvConDensUpdateByTime ( _
condens As IntPtr _
)
public:
static void cvConDensUpdateByTime(
IntPtr condens
)
Parameters
- condens
- IntPtr
Pointer to the structure to be updated
See Also