Creates CvConDensation structure and returns pointer to the structure

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

Syntax

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

Parameters

dynamParams
Int32
Dimension of the state vector
measureParams
Int32
Dimension of the measurement vector
sampleCount
Int32
Number of samples

Return Value

Pointer to the CvConDensation structure

See Also