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 02df381 commit 6eacc41Copy full SHA for 6eacc41
modules/ximgproc/test/test_globalmatting.cpp
@@ -35,7 +35,7 @@ void CV_GlobalMattingTest::runModel()
35
ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA);
36
return;
37
}
38
- if(img.cols!=trimap.cols || img.rows!=trimap.cols)
+ if(img.cols!=trimap.cols || img.rows!=trimap.rows)
39
{
40
ts->printf(cvtest::TS::LOG,"Dimensions of trimap and the image are not the same");
41
0 commit comments