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

  /external/opencv/ml/src/
mlsvm.cpp 369 get_row_func = 0;
444 get_row_func = _get_row;
445 if( !get_row_func )
446 get_row_func = params->svm_type == CvSVM::EPS_SVR ||
571 return (this->*get_row_func)( i, row, dst, existed );
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 473 get_row_func = 0;
512 get_row_func = _get_row;
513 CV_Assert(get_row_func != 0);
624 return (this->*get_row_func)( i, row, dst, existed );
    [all...]
  /external/opencv/ml/include/
ml.h 459 GetRow get_row_func; member in class:CvSVMSolver
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 434 GetRow get_row_func; member in class:CvSVMSolver
    [all...]

Completed in 249 milliseconds