Module ij
Package ij.process

Class AutoThresholder

java.lang.Object
ij.process.AutoThresholder

public class AutoThresholder extends Object
Autothresholding methods (limited to 256 bin histograms) from the Auto_Threshold plugin (http://fiji.sc/Auto_Threshold) by G.Landini at bham dot ac dot uk).
  • Constructor Details

    • AutoThresholder

      public AutoThresholder()
  • Method Details

    • getMethods

      public static String[] getMethods()
    • getThreshold

      public int getThreshold(AutoThresholder.Method method, int[] histogram)
      Calculates and returns a threshold using the specified method and 256 bin histogram.
    • getThreshold

      public int getThreshold(String mString, int[] histogram)