Package net.sourceforge.jiu.ops


package net.sourceforge.jiu.ops
  • Class
    Description
    Abstract base class to do batch processing on files and complete directory trees.
    Small data class for names of directories that are to be processed.
    An operation that takes several input images and produces one output image.
    An operation that acesses an input image and produces data for an output image.
    An operation that replaces samples with values taken from a lookup table.
    Exception class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).
    Base class for all operations.
    Exception class to indicate that an operation failed during the execution of the method Operation.process().
    This interface must be implemented by classes that want to be notified about progress of an image operation.
    Exception class to indicate that an operation's parameter is of the wrong type, does not fall into a valid interval or a similar mistake.