Package de.unihalle.informatik.MiToBo.math

Provides arithmetic operations on images.

See:
          Description

Class Summary
ImageArithmetics Image arithmetics class for MTBImage objects.
LinearTransformGaussNoise A linear transform with additive Gaussian noise.
LogFaculty Class to compute the logarithm of the faculty of an integer n.
MathX Math class with functions that are not provided by Java's Math class.
MTBImageArithmetics This class that provides convenience functions for the ImageArithmetics class.
 

Enum Summary
ImageArithmetics.ArithOp Arithmetic operations:
ADD, SUB, MULT, DIV, MIN, MAX, AND, OR, ABS_DIFF require two input images,
ADD_CONST, MULT_CONST, POW_CONST require one input image and a constant
INV, ABS require one input image only
 

Package de.unihalle.informatik.MiToBo.math Description

Provides arithmetic operations on images.

Author:
moeller