Searched refs:getMeans (Results 1 – 4 of 4) sorted by relevance
132 public Mat getMeans() in getMeans() method in EM
238 ::Mat _retval_ = (*me)->getMeans( ); in Java_org_opencv_ml_EM_getMeans_10()
787 CV_WRAP virtual Mat getMeans() const = 0;
818 Mat getMeans() const { return means; } in getMeans() function in cv::ml::EMImpl