libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
CRNBipartite.cpp File Reference
#include <CRNAI/CRNBipartite.h>
#include <CRNMath/CRNSquareMatrixDouble.h>
#include <CRNException.h>
#include <CRNStringUTF8.h>
#include <limits>
#include <algorithm>
#include <CRNi18n.h>
+ Include dependency graph for CRNBipartite.cpp:

Go to the source code of this file.

Classes

struct  kuhn_munkres
 

Functions

void erase_primes (kuhn_munkres &km)
 
template<typename T >
std::tuple< double,
std::vector< std::pair< size_t,
size_t > > > 
hung (const T &distmat)
 

Function Documentation

void erase_primes ( kuhn_munkres km)
inline

Definition at line 114 of file CRNBipartite.cpp.

template<typename T >
std::tuple<double, std::vector<std::pair<size_t, size_t> > > hung ( const T &  distmat)

Definition at line 250 of file CRNBipartite.cpp.