1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

temporarily disabled java bindings for ml; hopefully fixed warnings etc.

This commit is contained in:
Vadim Pisarevsky
2014-08-03 04:28:20 +04:00
parent 2520e335d1
commit 8e9d1d9fe6
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ TEST(DISABLED_ML_ERTrees, save_load) { CV_SLMLTest test( CV_ERTREES ); test.safe
TEST(DISABLED_ML_SVM, linear_save_load)
{
Ptr<cv::ml::SVM> svm1, svm2, svm3;
svm1 = StatModel::load<SVM>("SVM45_X_38-1.xml");
svm2 = StatModel::load<SVM>("SVM45_X_38-2.xml");
string tname = tempfile("a.xml");