Searched refs:sv_total (Results 1 - 5 of 5) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp1169 sv_total = 0;
1191 return sv_total;
1197 return sv && (unsigned)i < (unsigned)sv_total ? sv[i] : 0;
1344 sv_total = df->sv_count = sv_count;
1489 sv_total = k;
1490 CV_CALL( sv = (float**)cvMemStorageAlloc( storage, sv_total*sizeof(sv[0])));
1512 assert( (unsigned)df->sv_index[k] < (unsigned)sv_total );
1902 buf_sz = sv_total*sizeof(buffer[0]) + (class_count+1)*sizeof(int);
1929 int* vote = (int*)(buffer + sv_total);
1933 kernel->calc( sv_total, var_coun
[all...]
/external/opencv3/modules/ml/src/
H A Dsvm.cpp1521 int sv_total = k;
1522 sv.create(sv_total, _samples.cols, _samples.type());
1840 int sv_total = svm->sv.rows;
1843 AutoBuffer<float> _buffer(sv_total + (class_count+1)*2);
1853 svm->kernel->calc( sv_total, svm->var_count, svm->sv.ptr<float>(), row_sample, buffer );
1857 for( i = 0; i < sv_total; i++ )
1865 int* vote = (int*)(buffer + sv_total);
1869 svm->kernel->calc( sv_total, svm->var_count, svm->sv.ptr<float>(),
2045 int i, sv_total = sv.rows;
2046 fs << "sv_total" << sv_tota
[all...]
/external/opencv3/samples/cpp/
H A Dtrain_HOG.cpp28 const int sv_total = sv.rows; local
33 CV_Assert( alpha.total() == 1 && svidx.total() == 1 && sv_total == 1 );
/external/opencv/ml/include/
H A Dml.h545 int sv_total; member in class:CvSVM
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp550 int sv_total; member in class:CvSVM

Completed in 809 milliseconds