j2d.thresh
Class ColumnAdaptiveThresholdProcessor

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

public class ColumnAdaptiveThresholdProcessor
extends java.lang.Object
implements ImageProcessorInterface

See Also:
Serialized Form

Constructor Summary
ColumnAdaptiveThresholdProcessor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.awt.Image process(java.awt.Image image)
          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

ColumnAdaptiveThresholdProcessor

public ColumnAdaptiveThresholdProcessor()
Method Detail

process

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

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

main

public static void main(java.lang.String[] args)