CvConDensation Constructor (Int32, Int32, Int32) 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 CvConDensation(
	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.
See Also

Reference