union_find.h file
A data structure for the union-find algorithm. See The library infrastructure.
Contents
- Reference
Classes
-
template<typename IndexType_>class dip::
SimpleUnionFind - A simplified version of
dip::UnionFindthat doesn’t store any information about the regions, only equivalences. more... -
template<typename IndexType_, typename ValueType_, typename UnionFunction_>class dip::
UnionFind - An STL-like data structure for the union-find algorithm. more...