67 static void visualizeAssignment(
const utils::Array2D<real> &cost,
const std::vector<int> &assignment);
undocument this line if you encounter any issues!
Definition: Any.h:37
#define ICLCV_API
Definition: CompatMacros.h:177
Implementation of the Hungarian Algorithm to solve Linear Assignment problems.
Definition: HungarianAlgorithm.h:57
Simple 2D-Array class that provides shallow copy per default.
Definition: Array2D.h:61
utils::Array2D< real > mat
Internal used cost matrix type.
Definition: HungarianAlgorithm.h:59