Click or drag to resize
MCvConDensation Structure
http://www.emgu.com
Managed structure equivalent to CvConDensation

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public struct MCvConDensation

The MCvConDensation type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldDP
Dimension of state vector
Public fieldDynamMatr
Matrix of the linear Dynamics system
Public fieldflConfidence
Confidence for each Sample
Public fieldflCumulative
Cumulative confidence
Public fieldflNewSamples
Temporary array of the Sample Vectors
Public fieldflSamples
Array of the Sample Vectors
Public fieldMP
Dimension of measurement vector
Public fieldRandomSample
RandomVector to update sample set
Public fieldRandS
Array of structures to generate random vectors
Public fieldSamplesNum
Number of the Samples
Public fieldState
Vector of State
Public fieldTemp
Temporary vector
Top
See Also