Estimates the subsequent stochastic model state from its current state

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

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