Home
last modified time | relevance | path

Searched refs:getCovs (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ml/include/opencv2/
Dml.hpp793 virtual void getCovs(std::vector<Mat>& covs) const = 0;
/external/opencv3/modules/ml/src/
Dem.cpp819 void getCovs(std::vector<Mat>& _covs) const in getCovs() function in cv::ml::EMImpl