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

solve errors and warnings

Modified performance test and solve a problem caused by an enum type.
This commit is contained in:
MYLS
2016-07-19 21:18:41 +08:00
parent 78ca5ddd45
commit cf2d6f6721
2 changed files with 57 additions and 65 deletions
+3 -2
View File
@@ -48,7 +48,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
remove(file_name.c_str());
SANITY_CHECK(dst, 1);
EXPECT_EQ( src, dst );
}
PERF_TEST_P(Size_Mat_StrType, fs_base64,
@@ -83,5 +83,6 @@ PERF_TEST_P(Size_Mat_StrType, fs_base64,
}
remove(file_name.c_str());
SANITY_CHECK(dst, 1);
EXPECT_EQ( src, dst );
}