Class AutoThresholderImageJ1


  • public class AutoThresholderImageJ1
    extends Object
    Copied from https://github.com/imagej/imagej1/blob/master/ij/process/AutoThresholder.java To reduce dependencies towards ImageJ1
    • Constructor Detail

      • AutoThresholderImageJ1

        public AutoThresholderImageJ1()
    • Method Detail

      • 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)