Fix copyrights in tracking_by_matching files

pull/2188/head
Leonid Beynenson 6 years ago
parent 6886937e87
commit 4b6e4ef663
  1. 4
      modules/tracking/include/opencv2/tracking/tracking_by_matching.hpp
  2. 4
      modules/tracking/src/kuhn_munkres.cpp
  3. 4
      modules/tracking/src/kuhn_munkres.hpp
  4. 4
      modules/tracking/src/tracking_by_matching.cpp

@ -1,3 +1,7 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef __OPENCV_TRACKING_TRACKING_BY_MATCHING_HPP__
#define __OPENCV_TRACKING_TRACKING_BY_MATCHING_HPP__

@ -1,3 +1,7 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include "kuhn_munkres.hpp"
#include <algorithm>

@ -1,3 +1,7 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef __OPENCV_TRACKING_KUHN_MUNKRES_HPP__
#define __OPENCV_TRACKING_KUHN_MUNKRES_HPP__

@ -1,3 +1,7 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include <map>
#include <set>
#include <string>

Loading…
Cancel
Save