j2d
Interface ImageProcessorFactory

All Known Implementing Classes:
CannyProcessor, HoughCircles, LoGProcessor, LoGSobelProcessor, MehrotraAndZhangProcessor, SobelProcessor

public interface ImageProcessorFactory

The interface to use for making up a series of ImageProcessor instances.


Method Summary
 ImageProcessorInterface getProcessor(int parameter)
          get a parameterized image processor.
 

Method Detail

getProcessor

ImageProcessorInterface getProcessor(int parameter)
get a parameterized image processor.

Parameters:
parameter - some integer parameter used to create the image processor
Returns:
an ImageProcessor instance.