This is the complete list of members for CvEM, including all inherited members.
calcLikelihood(const cv::Mat &sample) const | CvEM | virtual |
clear() | CvEM | virtual |
COV_MAT_DIAGONAL enum value | CvEM | |
COV_MAT_GENERIC enum value | CvEM | |
COV_MAT_SPHERICAL enum value | CvEM | |
covsHdrs | CvEM | protected |
covsPtrs | CvEM | protected |
CvEM() | CvEM | |
CvEM(const CvMat *samples, const CvMat *sampleIdx=0, CvEMParams params=CvEMParams(), CvMat *labels=0) | CvEM | |
CvEM(const cv::Mat &samples, const cv::Mat &sampleIdx=cv::Mat(), CvEMParams params=CvEMParams()) | CvEM | |
CvStatModel() | CvStatModel | |
default_model_name | CvStatModel | protected |
emObj | CvEM | protected |
get_covs() const | CvEM | |
get_log_likelihood() const | CvEM | inline |
get_means() const | CvEM | |
get_nclusters() const | CvEM | |
get_probs() const | CvEM | |
get_weights() const | CvEM | |
getCovs(CV_OUT std::vector< cv::Mat > &covs) const | CvEM | |
getLikelihood() const | CvEM | inline |
getMeans() const | CvEM | |
getNClusters() const | CvEM | |
getProbs() const | CvEM | |
getWeights() const | CvEM | |
load(const char *filename, const char *name=0) | CvStatModel | virtual |
logLikelihood | CvEM | protected |
meansHdr | CvEM | protected |
predict(const CvMat *sample, CV_OUT CvMat *probs) const | CvEM | virtual |
predict(const cv::Mat &sample, CV_OUT cv::Mat *probs=0) const | CvEM | virtual |
probs | CvEM | protected |
probsHdr | CvEM | protected |
read(CvFileStorage *fs, CvFileNode *node) | CvEM | virtual |
save(const char *filename, const char *name=0) const | CvStatModel | virtual |
set_mat_hdrs() | CvEM | protected |
START_AUTO_STEP enum value | CvEM | |
START_E_STEP enum value | CvEM | |
START_M_STEP enum value | CvEM | |
train(const CvMat *samples, const CvMat *sampleIdx=0, CvEMParams params=CvEMParams(), CvMat *labels=0) | CvEM | virtual |
train(const cv::Mat &samples, const cv::Mat &sampleIdx=cv::Mat(), CvEMParams params=CvEMParams(), CV_OUT cv::Mat *labels=0) | CvEM | virtual |
weightsHdr | CvEM | protected |
write(CvFileStorage *fs, const char *name) const | CvEM | virtual |
~CvEM() | CvEM | virtual |
~CvStatModel() | CvStatModel | virtual |