Uses of Class
inra.ijpb.binary.conncomp.FloodFillComponentsLabeling.Result
Package | Description |
---|---|
inra.ijpb.binary.conncomp |
Connected components labeling algorithms for binary 2D or 3D images.
|
-
Uses of FloodFillComponentsLabeling.Result in inra.ijpb.binary.conncomp
Methods in inra.ijpb.binary.conncomp that return FloodFillComponentsLabeling.Result Modifier and Type Method Description FloodFillComponentsLabeling.Result
FloodFillComponentsLabeling. computeResult(ij.process.ImageProcessor image)
Computes connected components labeling on the input binary image, and returns the results encapsulated into aResult
class together with the largest label index.