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

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;