[][src]Module imageproc::union_find

An implementation of disjoint set forests for union find.

Structs

DisjointSetForest

Data structure for efficient union find.