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

  /external/opencv/ml/src/
mlsvm.cpp 222 calc_func = params->kernel_type == CvSVM::RBF ? &CvSVMKernel::calc_rbf :
285 void CvSVMKernel::calc_rbf( int vcount, int var_count, const float** vecs, function in class:CvSVMKernel
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 217 void calc_rbf( int vcount, int var_count, const float* vecs, function in class:cv::ml::SVMKernelImpl
311 calc_rbf(vcount, var_count, vecs, another, results);
    [all...]
  /external/opencv/ml/include/
ml.h 362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 337 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
    [all...]

Completed in 570 milliseconds