CvEMParams Struct Reference
#include <ml.h>
List of all members.
Constructor & Destructor Documentation
CvEMParams::CvEMParams |
( |
|
) |
|
CvEMParams::CvEMParams |
( |
int |
_nclusters, |
|
|
int |
_cov_mat_type = 1 , |
|
|
int |
_start_step = 0 , |
|
|
CvTermCriteria |
_term_crit = cvTermCriteria(CV_TERMCRIT_ITER+CV_TERMCRIT_EPS, 100, FLT_EPSILON) , |
|
|
const CvMat * |
_probs = 0 , |
|
|
const CvMat * |
_weights = 0 , |
|
|
const CvMat * |
_means = 0 , |
|
|
const CvMat ** |
_covs = 0 | |
|
) |
| | |
Member Data Documentation
The documentation for this struct was generated from the following file: