| MCvConDensation Structure |
Namespace: Emgu.CV.Structure
The MCvConDensation type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| 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
| |
| MP |
Dimension of measurement vector
| |
| RandomSample |
RandomVector to update sample set
| |
| RandS |
Array of structures to generate random vectors
| |
| SamplesNum |
Number of the Samples
| |
| State |
Vector of State
| |
| Temp |
Temporary vector
|