The CvConDensation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllocatedMemory | 
            Gets or sets a memory address allocated by AllocMemory.
              (Inherited from DisposableObject.) | |
| AllocatedMemorySize | 
            Gets or sets the byte length of the allocated memory
              (Inherited from DisposableObject.) | |
| CvPtr | 
            Native pointer of OpenCV structure
              (Inherited from DisposableCvObject.) | |
| DP | 
            Dimension of state vector 
              | |
| DynamMatr | 
            Matrix of the linear Dynamics system 
              | |
| FlConfidence | 
            Confidence for each Sample
              | |
| FlCumulative | 
            Cumulative confidence
              | |
| FlNewSamples | 
            Temporary array of the Sample Vectors
              | |
| FlSamples | 
            Array of the Sample Vectors
              | |
| IsDisposed | 
            Gets a value indicating whether this instance has been disposed.
              (Inherited from DisposableObject.) | |
| IsEnabledDispose | 
            Gets or sets a value indicating whether you permit disposing this instance.
              (Inherited from DisposableObject.) | |
| MP | 
            Dimension of measurement vector
              | |
| RandomSample | 
            RandomVector to update sample set
              | |
| RandS | 
            RandomVector to update sample set
              | |
| SamplesNum | 
            Number of the Samples
              | |
| State | 
            Vector of State
              | |
| Temp | 
            Temporary vector
              | 
See Also