Gaussian structure.
More...
#include <grabcut.h>
List of all members.
Public Member Functions |
| Gaussian () |
Public Attributes |
Eigen::Matrix3f | covariance |
| covariance matrix of the gaussian
|
float | determinant |
| determinant of the covariance matrix
|
float | eigenvalue |
| heighest eigenvalue of covariance matrix
|
Eigen::Vector3f | eigenvector |
| eigenvector corresponding to the heighest eigenvector
|
Eigen::Matrix3f | inverse |
| inverse of the covariance matrix
|
Color | mu |
| mean of the gaussian
|
float | pi |
| weighting of this gaussian in the GMM.
|
Detailed Description
Gaussian structure.
Definition at line 207 of file grabcut.h.
Constructor & Destructor Documentation
Member Data Documentation
covariance matrix of the gaussian
Definition at line 213 of file grabcut.h.
determinant of the covariance matrix
Definition at line 215 of file grabcut.h.
heighest eigenvalue of covariance matrix
Definition at line 221 of file grabcut.h.
eigenvector corresponding to the heighest eigenvector
Definition at line 223 of file grabcut.h.
inverse of the covariance matrix
Definition at line 217 of file grabcut.h.
mean of the gaussian
Definition at line 211 of file grabcut.h.
weighting of this gaussian in the GMM.
Definition at line 219 of file grabcut.h.
The documentation for this struct was generated from the following file: