|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageArithmetics.ArithOp | |
---|---|
de.unihalle.informatik.MiToBo.math.images | Provides mathematical operations on images. |
Uses of ImageArithmetics.ArithOp in de.unihalle.informatik.MiToBo.math.images |
---|
Methods in de.unihalle.informatik.MiToBo.math.images that return ImageArithmetics.ArithOp | |
---|---|
protected ImageArithmetics.ArithOp |
ImageArithmetics.getArithmeticOperation()
|
static ImageArithmetics.ArithOp |
ImageArithmetics.ArithOp.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageArithmetics.ArithOp[] |
ImageArithmetics.ArithOp.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.unihalle.informatik.MiToBo.math.images with parameters of type ImageArithmetics.ArithOp | |
---|---|
protected void |
ImageArithmetics.setArithmeticOperation(ImageArithmetics.ArithOp op)
|
Constructors in de.unihalle.informatik.MiToBo.math.images with parameters of type ImageArithmetics.ArithOp | |
---|---|
ImageArithmetics(ImageArithmetics.ArithOp op,
MTBImage inputImage,
double inputConstant)
Constructor for arithmetic operations considering one image and a constant. |
|
ImageArithmetics(ImageArithmetics.ArithOp op,
MTBImage inputImage1,
MTBImage inputImage2)
Constructor for arithmetic operations considering two images. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |