opencv
2.2.0
|
This is the complete list of members for CvEM, including all inherited members.
clear() | CvEM | virtual |
COV_MAT_DIAGONAL enum value | CvEM | |
COV_MAT_GENERIC enum value | CvEM | |
COV_MAT_SPHERICAL enum value | CvEM | |
cov_rotate_mats | CvEM | protected |
covs | 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 |
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 | |
init_auto(const CvVectors &samples) | CvEM | protectedvirtual |
init_em(const CvVectors &train_data) | CvEM | protectedvirtual |
inv_eigen_values | CvEM | protected |
kmeans(const CvVectors &train_data, int nclusters, CvMat *labels, CvTermCriteria criteria, const CvMat *means) | CvEM | protectedvirtual |
load(const char *filename, const char *name=0) | CvStatModel | virtual |
log_likelihood | CvEM | protected |
log_weight_div_det | CvEM | protected |
means | CvEM | protected |
params | 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 |
read(CvFileStorage *storage, CvFileNode *node) | CvStatModel | virtual |
run_em(const CvVectors &train_data) | CvEM | protectedvirtual |
save(const char *filename, const char *name=0) const | CvStatModel | virtual |
set_params(const CvEMParams ¶ms, const CvVectors &train_data) | CvEM | protectedvirtual |
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 |
weights | CvEM | protected |
write(CvFileStorage *storage, const char *name) const | CvStatModel | virtual |
~CvEM() | CvEM | virtual |
~CvStatModel() | CvStatModel | virtual |