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
) |
Return Value
Pointer to the CvConDensation structure
See Also