Uses of Class
inra.ijpb.label.RegionAdjacencyGraph.LabelPair
Package | Description |
---|---|
inra.ijpb.label |
Utility methods for label images (stored as 8-, 16- or 32-bits).
|
-
Uses of RegionAdjacencyGraph.LabelPair in inra.ijpb.label
Methods in inra.ijpb.label that return types with arguments of type RegionAdjacencyGraph.LabelPair Modifier and Type Method Description static java.util.Set<RegionAdjacencyGraph.LabelPair>
RegionAdjacencyGraph. computeAdjacencies(ij.ImagePlus image)
Returns the set of region adjacencies in an ImagePlus, that can contains either an ImageProcessor or an ImageStack.static java.util.Set<RegionAdjacencyGraph.LabelPair>
RegionAdjacencyGraph. computeAdjacencies(ij.ImageStack image)
Returns the set of region adjacencies in an ImageProcessor of labels.static java.util.Set<RegionAdjacencyGraph.LabelPair>
RegionAdjacencyGraph. computeAdjacencies(ij.process.ImageProcessor image)
Returns the set of region adjacencies in an ImageProcessor of labels.Methods in inra.ijpb.label with parameters of type RegionAdjacencyGraph.LabelPair Modifier and Type Method Description int
RegionAdjacencyGraph.LabelPair. compareTo(RegionAdjacencyGraph.LabelPair pair)