public class DisjointSet extends java.lang.Object
DisjointSet(java.awt.image.BufferedImage src)
int
getLabel(Location pt)
java.util.Set<java.lang.Integer>
getLabels()
void
union(Location pt1, Location pt2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DisjointSet(java.awt.image.BufferedImage src)
public java.util.Set<java.lang.Integer> getLabels()
public void union(Location pt1, Location pt2)
public int getLabel(Location pt)