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