|
| ||||||||||||||||
Abstract covariance class
| enum |
[protected]
| int |
[protected]
Size of the covariance matrix
| mutable double |
[protected]
Log of the determinant
| mutable bool |
[protected]
Whether or not the determinant has been computed
| int |
[protected]
Mode
| int |
[protected]
Number of frames accumulated
| |
Create a Covariance with dim dimensions
| |
Copy constructor
| ~ |
[virtual]
Virtual Destructor
| void |
[pure virtual]
accumulates a frame to the covariance
| void |
[pure virtual]
accumulates a frame to the covariance
| unsigned int |
[const]
Returns the covariance size (dimension)
| double |
[const]
Returns (and compute if necessary) the covariance log determinant
| void |
[const pure virtual]
Computes the determinant
| void |
[const pure virtual]
Prints the covariance
Reimplemented from Object.
| double |
[const pure virtual]
Computed the mahalanobis distance between the vectors using the covariance
| double& |
[pure virtual]
Virtual indexing operator 1D (for diagonal covariance)
| double& |
[pure virtual]
Virtual indexing operator 2D
| void |
[pure virtual]
Resets accumulation to zero
| Covariance * |
[pure virtual]
Returns a copy of the covariance
| void |
[pure virtual]
Converts from accumulate mode to real
| void |
[pure virtual]
Substract mean^2, before the covariance can be inverted
| friend class |
| Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:40 2002, using kdoc 2.0a40. |