j2d.thresh.otsu
Class OtsuThresholder

java.lang.Object
  extended by j2d.thresh.otsu.OtsuThresholder

public class OtsuThresholder
extends java.lang.Object


Constructor Summary
OtsuThresholder()
           
 
Method Summary
 int doThreshold(byte[] srcData, byte[] monoData)
           
 int[] getHistData()
           
 int getMaxLevelValue()
           
 int getThreshold()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtsuThresholder

public OtsuThresholder()
Method Detail

getHistData

public int[] getHistData()

getMaxLevelValue

public int getMaxLevelValue()

getThreshold

public int getThreshold()

doThreshold

public int doThreshold(byte[] srcData,
                       byte[] monoData)