Skip to content

Commit fde4b15

Browse files
committed
Merge pull request #2188 from LeonidBeynenson:lb/fix_copyrights_tracking_by_matching
2 parents 6886937 + 4b6e4ef commit fde4b15

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

modules/tracking/include/opencv2/tracking/tracking_by_matching.hpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#ifndef __OPENCV_TRACKING_TRACKING_BY_MATCHING_HPP__
26
#define __OPENCV_TRACKING_TRACKING_BY_MATCHING_HPP__
37

modules/tracking/src/kuhn_munkres.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#include "kuhn_munkres.hpp"
26

37
#include <algorithm>

modules/tracking/src/kuhn_munkres.hpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#ifndef __OPENCV_TRACKING_KUHN_MUNKRES_HPP__
26
#define __OPENCV_TRACKING_KUHN_MUNKRES_HPP__
37

modules/tracking/src/tracking_by_matching.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#include <map>
26
#include <set>
37
#include <string>

0 commit comments

Comments
 (0)