Package inra.ijpb.binary.conncomp
Class FloodFillComponentsLabeling.Result
java.lang.Object
inra.ijpb.binary.conncomp.FloodFillComponentsLabeling.Result
- Enclosing class:
- FloodFillComponentsLabeling
public class FloodFillComponentsLabeling.Result
extends java.lang.Object
Data class that stores result of connected component labeling.
-
Field Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
labelMap
public ij.process.ImageProcessor labelMapThe image processor containing labels of connected components, or 0 for background. -
nLabels
public int nLabelsThe number of labels within the label map.
-