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

  /external/opencv/ml/src/
mlsvm.cpp 223 params->kernel_type == CvSVM::POLY ? &CvSVMKernel::calc_poly :
257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, function in class:CvSVMKernel
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 189 void calc_poly( int vcount, int var_count, const float* vecs, function in class:cv::ml::SVMKernelImpl
314 calc_poly(vcount, var_count, vecs, another, results);
    [all...]
  /external/opencv/ml/include/
ml.h 364 virtual void calc_poly( int vec_count, int vec_size, const float** vecs,
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 339 virtual void calc_poly( int vec_count, int vec_size, const float** vecs,
    [all...]

Completed in 165 milliseconds