DirectoryTree | Small data class for names of directories that are to be
processed. |
ImagesToImageOperation | An operation that takes several input images and produces one output image. |
ImageToImageOperation | An operation that acesses an input image and produces data for an output image. |
LookupTableOperation | An operation that replaces samples with values taken from a lookup table. |
MissingParameterException | 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). |
Operation |
Base class for all operations. |
OperationFailedException | Exception class to indicate that an operation failed during
the execution of the method Operation.process() . |
WrongParameterException | 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. |