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 7e739df commit f238144Copy full SHA for f238144
modules/ximgproc/test/test_globalmatting.cpp
@@ -1,3 +1,6 @@
1
+// This file is part of OpenCV project.
2
+// It is subject to the license terms in the LICENSE file found in the top-level directory
3
+// of this distribution and at http://opencv.org/license.html.
4
#include "test_precomp.hpp"
5
using namespace cv;
6
@@ -10,7 +13,7 @@ const std::string IMAGE_FILENAME = "input/doll.png";
10
13
const std::string TRIMAP_FILENAME = "trimap/doll.png";
11
14
12
15
-class CV_GlobalMattingTest : public cvtest::BaseTest
16
+class CV_GlobalMattingTest
17
{
18
public:
19
CV_GlobalMattingTest();
0 commit comments