Classes | Macros
vnl_hungarian_algorithm.h File Reference
#include <vector>
#include <vnl/vnl_matrix.h>
#include "vnl/vnl_export.h"

Go to the source code of this file.

Classes

class  vnl_hungarian_algorithm< T >
 Find the best column to row assignment given a cost matrix. More...
 

Macros

#define VNL_HUNGARIAN_ALGORITHM_INSTANTIATE(T)   extern "please #include vnl/vnl_hungarian_algorithm.hxx instead"
 

Detailed Description

Author
Amitha Perera
Date
Sep 2004 Refactored by Nicolas Rannou (Harvard), Oct 2010, such that the algorithm presents itself in a templated and more object-oriented manner.

Definition in file vnl_hungarian_algorithm.h.

Macro Definition Documentation

◆ VNL_HUNGARIAN_ALGORITHM_INSTANTIATE

#define VNL_HUNGARIAN_ALGORITHM_INSTANTIATE (   T)    extern "please #include vnl/vnl_hungarian_algorithm.hxx instead"

Definition at line 170 of file vnl_hungarian_algorithm.h.