Estimates the subsequent stochastic model state from its current state

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

Syntax

C#
public static void cvConDensUpdateByTime(
	IntPtr condens
)
Visual Basic (Declaration)
Public Shared Sub cvConDensUpdateByTime ( _
	condens As IntPtr _
)
Visual C++
public:
static void cvConDensUpdateByTime(
	IntPtr condens
)

Parameters

condens
Type: System..::.IntPtr
Pointer to the structure to be updated

See Also