src/qvmath/qvdisjointset.h File Reference
File from the QVision library.
More...
#include <QVImage>
Go to the source code of this file.
|
Classes |
class | QVDisjointSet |
| Implementation of a disjoint set data type, based on the union-find algorithm.
This implementation makes use of union-find algorithms to maintain partitions efficiently. It is essentially built for maintaining disjoint sets of unsigned integer elements, in the rank from 0 to a given maximum element. More...
|
Detailed Description
File from the QVision library.
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file qvdisjointset.h.