soimy / munkres-opencv

Kuhn-Munkres (Hungarian) Algorithm OpenCV implementation

Home Page:http://soimy.github.io/munkres-opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

munkres-opencv

An implementation of the Kuhn–Munkres algorithm forked from John Weaver Simplified the source code structure and ported to support OPENCV only. cv::Mat_<int> has been used instead of John's matrix class. It is cleaner and better support for empty matrix cases in OPENCV multiple object tracking.

Usage

You have to have OPENCV 2.4 or above installed to use this. For MacOS user, Xcode project file is included. Basic usage can be referred from main.cpp

License

Port to OPENCV by Shen Yiming 2014

Copyright (c) 2007-2013 John Weaver and contributors.

Licensed under the GPLv2. See the file COPYING for details.

About

Kuhn-Munkres (Hungarian) Algorithm OpenCV implementation

http://soimy.github.io/munkres-opencv

License:GNU General Public License v2.0


Languages

Language:C++ 100.0%