CvCreateConDensation Method OpenCvSharp Class Library
Allocates ConDensation filter structure

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvConDensation CreateConDensation(
	int dynamParams,
	int measureParams,
	int sampleCount
)

Parameters

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

Return Value

Type: CvConDensation

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateConDensation(System.Int32,System.Int32,System.Int32)"]

See Also

Reference