HomeSort by relevance Sort by last modified time
    Searched refs:calc_linear (Results 1 - 4 of 4) sorted by null

  /external/opencv/ml/src/
mlsvm.cpp 225 &CvSVMKernel::calc_linear;
250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, function in class:CvSVMKernel
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 183 void calc_linear( int vcount, int var_count, const float* vecs, function in class:cv::ml::SVMKernelImpl
308 calc_linear(vcount, var_count, vecs, another, results);
    [all...]
  /external/opencv/ml/include/
ml.h 360 virtual void calc_linear( int vec_count, int vec_size, const float** vecs,
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 335 virtual void calc_linear( int vec_count, int vec_size, const float** vecs,
    [all...]

Completed in 241 milliseconds