Class RootSegmentation

java.lang.Object
noduledistances.imagej.RootSegmentation

public class RootSegmentation extends Object
Class for segmenting the roots from the rest of the image using Weka's Color Clustering segmentation method.
Author:
Brandin Farris
  • Field Details

    • binarymap

      public ij.ImagePlus binarymap
    • skeletonMap

      public ij.ImagePlus skeletonMap
  • Constructor Details

    • RootSegmentation

      public RootSegmentation(trainableSegmentation.unsupervised.ColorClustering cluster, ij.gui.ShapeRoi[] rois)
      performs color clustering segmentation to create a binary map of the root system.
      Parameters:
      cluster - : clustering object that holds the model file used for segmentation. It's one of the biggest bottlenecks of the program. I'm using Weka's color clustering for this so I'm not sure what optimization I can do.