Uses of Class
inra.ijpb.label.conncomp.Boundary
Package | Description |
---|---|
inra.ijpb.label.conncomp |
Connected component labeling of a specific region within a label image.
|
-
Uses of Boundary in inra.ijpb.label.conncomp
Methods in inra.ijpb.label.conncomp that return Boundary Modifier and Type Method Description Boundary
BoundarySet. createBoundary(java.util.Collection<java.lang.Integer> neighborLabels)
Creates a new Boundary from the list of adjacent regions, add it to the set, and returns the new instance of Boundary.Boundary
BoundarySet. findBoundary(java.util.Collection<java.lang.Integer> neighborLabels)
Try to find a Boundary that has same adjacent regions as the ones specified in the argument.Boundary
BoundarySet. findOrCreateBoundary(java.util.Collection<java.lang.Integer> neighborLabels)
Try to find a Boundary that has same adjacent regions as the ones specified in the argument.Boundary
BoundarySet. getBoundary(int label)
Retrieve a Boundary from its label.