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

    Fields
    Modifier and Type Field Description
    ij.process.ImageProcessor labelMap
    The image processor containing labels of connected components, or 0 for background.
    int nLabels
    The number of labels within the label map.
  • 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 labelMap
      The image processor containing labels of connected components, or 0 for background.
    • nLabels

      public int nLabels
      The number of labels within the label map.