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 BoundaryBoundarySet. 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.BoundaryBoundarySet. 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.BoundaryBoundarySet. 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.BoundaryBoundarySet. getBoundary(int label)Retrieve a Boundary from its label.