Skip to content

Commit

Permalink
Merge pull request #4 from kemnitzs/master
Browse files Browse the repository at this point in the history
small fix to make this work with opencv-3.4.1 under centos8 newest ub…
  • Loading branch information
davidfrantz authored Jun 24, 2020
2 parents 4f6ecdb + ac32a33 commit 6400b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aux-level/train-aux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ptr<StatModel> train_svm(Ptr<TrainData> TrainData, par_train_t *train, FILE *fp)
svm->setType(SVM::C_SVC);
} else {
printf("unknown SVM method\n");
return NULL;
exit(FAILURE);
}

svm->setKernel(SVM::RBF);
Expand Down

0 comments on commit 6400b38

Please # to comment.