Skip to content

Commit f238144

Browse files
authored
Added license information and removed BaseTest
1 parent 7e739df commit f238144

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ximgproc/test/test_globalmatting.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.
14
#include "test_precomp.hpp"
25
using namespace cv;
36

@@ -10,7 +13,7 @@ const std::string IMAGE_FILENAME = "input/doll.png";
1013
const std::string TRIMAP_FILENAME = "trimap/doll.png";
1114

1215

13-
class CV_GlobalMattingTest : public cvtest::BaseTest
16+
class CV_GlobalMattingTest
1417
{
1518
public:
1619
CV_GlobalMattingTest();

0 commit comments

Comments
 (0)