We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd012b0 commit 9a77c37Copy full SHA for 9a77c37
modules/ximgproc/test/test_globalmatting.cpp
@@ -33,8 +33,8 @@ namespace opencv_test
33
ASSERT_FALSE(foreground.empty()) << " Could not extract the foreground ";
34
ASSERT_FALSE(alpha.empty()) << " Could not generate alpha matte ";
35
36
- ASSERT_EQ(alpha.cols,img.cols)
37
- ASSERT_EQ(alpha.rows,img.rows)
+ ASSERT_EQ(alpha.cols,img.cols);
+ ASSERT_EQ(alpha.rows,img.rows);
38
39
}
40
0 commit comments