Creates CvConDensation structure and returns pointer to the structure

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

Syntax

C#
public static IntPtr cvCreateConDensation(
	int dynamParams,
	int measureParams,
	int sampleCount
)
Visual Basic (Declaration)
Public Shared Function cvCreateConDensation ( _
	dynamParams As Integer, _
	measureParams As Integer, _
	sampleCount As Integer _
) As IntPtr
Visual C++
public:
static IntPtr cvCreateConDensation(
	int dynamParams, 
	int measureParams, 
	int sampleCount
)

Parameters

dynamParams
Type: System..::.Int32
Dimension of the state vector
measureParams
Type: System..::.Int32
Dimension of the measurement vector
sampleCount
Type: System..::.Int32
Number of samples

Return Value

Pointer to the CvConDensation structure

See Also