HomeSort by relevance Sort by last modified time
    Searched full:utmat (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/ml/src/
inner_functions.cpp 161 Mat utmat; local
162 Cholesky(cov, utmat);
168 gemm(sample, utmat, 1, mean, 1, sample, flags);
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 166 CvMat* utmat = cvCreateMat(dim, dim, sample->type); local
169 cvChol(cov, utmat);
175 cvMatMulAdd(vect, utmat, mean, vect);
179 cvReleaseMat(&utmat);
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 166 CvMat* utmat = cvCreateMat(dim, dim, sample->type); local
169 cvChol(cov, utmat);
175 cvMatMulAdd(vect, utmat, mean, vect);
179 cvReleaseMat(&utmat);
    [all...]

Completed in 241 milliseconds