1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #1320 from mbarnach:svm_hog

This commit is contained in:
Andrey Pavlenko
2014-01-21 19:23:04 +04:00
committed by OpenCV Buildbot
3 changed files with 463 additions and 1 deletions
-1
View File
@@ -1245,7 +1245,6 @@ const float* CvSVM::get_support_vector(int i) const
return sv && (unsigned)i < (unsigned)sv_total ? sv[i] : 0;
}
bool CvSVM::set_params( const CvSVMParams& _params )
{
bool ok = false;