Lines Matching refs:covs0
137 std::vector<Mat> covs0;
138 _covs0.getMatVector(covs0);
143 !_covs0.empty() ? &covs0 : 0, !_weights0.empty() ? &weights0 : 0);
323 const std::vector<Mat>* covs0,
328 checkTrainData(startStep, samples, nclusters, covMatType, probs0, means0, covs0, weights0);
330 bool isKMeansInit = (startStep == START_AUTO_STEP) || (startStep == START_E_STEP && (covs0 == 0 || weights0 == 0));
342 if(weights0 && (startStep == START_E_STEP && covs0))
354 if(covs0 && (startStep == START_E_STEP && weights0))
357 for(size_t i = 0; i < covs0->size(); i++)
358 (*covs0)[i].convertTo(covs[i], CV_64FC1);