Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dlda.cpp54 static Mat asRowMatrix(InputArrayOfArrays src, int rtype, double alpha=1, double beta=0) { in asRowMatrix() function
1097 lda(asRowMatrix(_src, CV_64FC1), _lbls); in compute()