Java implementation of Disjoint Set (Union-Find) with union by rank and path compression to find connected components in binary images.
Java implementation of Disjoint Set (Union-Find) with union by rank and path compression to find connected components in binary images.