Classes | Defines
core/vnl/vnl_hungarian_algorithm.h File Reference
#include <vcl_vector.h>
#include <vnl/vnl_matrix.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...

Defines

#define VNL_HUNGARIAN_ALGORITHM_INSTANTIATE(T)   extern "please #include vnl/vnl_hungarian_algorithm.txx 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.


Define Documentation

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

Definition at line 166 of file vnl_hungarian_algorithm.h.