j2d.thresh
Class LineAdaptiveThresholdProcessor

java.lang.Object
  extended by j2d.thresh.LineAdaptiveThresholdProcessor
All Implemented Interfaces:
ImageProcessorInterface, java.io.Serializable

public class LineAdaptiveThresholdProcessor
extends java.lang.Object
implements ImageProcessorInterface

An adaptive thresh

See Also:
Serialized Form

Constructor Summary
LineAdaptiveThresholdProcessor()
           
 
Method Summary
 java.awt.Image process(java.awt.Image img)
          a basic garbage in, garbage out processor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineAdaptiveThresholdProcessor

public LineAdaptiveThresholdProcessor()
Method Detail

process

public java.awt.Image process(java.awt.Image img)
Description copied from interface: ImageProcessorInterface
a basic garbage in, garbage out processor.

Specified by:
process in interface ImageProcessorInterface
Parameters:
img - input image
Returns:
output image