ij.process
Class AutoThresholder

java.lang.Object
  extended by ij.process.AutoThresholder

public class AutoThresholder
extends java.lang.Object

Autothresholding methods from the Auto_Threshold plugin (http://pacific.mpi-cbg.de/wiki/index.php/Auto_Threshold) by G.Landini at bham dot ac dot uk.


Nested Class Summary
static class AutoThresholder.Method
           
 
Constructor Summary
AutoThresholder()
           
 
Method Summary
static java.lang.String[] getMethods()
           
 int getThreshold(AutoThresholder.Method method, int[] histogram)
           
 int getThreshold(java.lang.String mString, int[] histogram)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoThresholder

public AutoThresholder()
Method Detail

getMethods

public static java.lang.String[] getMethods()

getThreshold

public int getThreshold(AutoThresholder.Method method,
                        int[] histogram)

getThreshold

@Deprecated
public int getThreshold(java.lang.String mString,
                                   int[] histogram)
Deprecated.