Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
4b6e4ef6
Commit
4b6e4ef6
authored
Jul 15, 2019
by
Leonid Beynenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix copyrights in tracking_by_matching files
parent
6886937e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
tracking_by_matching.hpp
...racking/include/opencv2/tracking/tracking_by_matching.hpp
+4
-0
kuhn_munkres.cpp
modules/tracking/src/kuhn_munkres.cpp
+4
-0
kuhn_munkres.hpp
modules/tracking/src/kuhn_munkres.hpp
+4
-0
tracking_by_matching.cpp
modules/tracking/src/tracking_by_matching.cpp
+4
-0
No files found.
modules/tracking/include/opencv2/tracking/tracking_by_matching.hpp
View file @
4b6e4ef6
// 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__
...
...
modules/tracking/src/kuhn_munkres.cpp
View file @
4b6e4ef6
// 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>
...
...
modules/tracking/src/kuhn_munkres.hpp
View file @
4b6e4ef6
// 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__
...
...
modules/tracking/src/tracking_by_matching.cpp
View file @
4b6e4ef6
// 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment