Ask Your Question

Amaterasu's profile - activity

2014-04-29 07:04:10 -0600 commented question CvNormalBayesClassifier - missing functionality

Thank you for the answers! Can I inherit those values and access them? Because I want to make use of the optimization of the functionality you offer, I picture with many pixels is slow to process otherway. Can you give me a hint what those variables are? I see a few declared CvMat* var_idx; CvMat* cls_labels; CvMat** count; and more

2014-04-29 06:29:43 -0600 commented question CvNormalBayesClassifier - missing functionality

Yes, still I need all probabilities -> P(yj|xi) but not only for the best class chosen

2014-04-28 04:16:40 -0600 asked a question CvNormalBayesClassifier - missing functionality

float CvNormalBayesClassifier::predict(const Mat& samples, Mat* results=0, Mat* results_prob=0 )

results_prob gives me the probability of each class -> how about the other potential classes? I need them as well