Package | Description |
---|---|
de.unihalle.informatik.MiToBo.math.images |
Provides mathematical operations on images.
|
Modifier and Type | Field and Description |
---|---|
private ImageArithmetics.ArithOp |
ImageArithmetics.arithmeticOp |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private MTBImage |
MTBImageArithmetics.runOperation(MTBOperator callingOperator,
ImageArithmetics.ArithOp op,
MTBImage img,
double constant)
Run an operation with one input image and one input constant
|
private MTBImage |
MTBImageArithmetics.runOperation(MTBOperator callingOperator,
ImageArithmetics.ArithOp op,
MTBImage img1,
MTBImage img2)
Run an operation with two input images
|
protected void |
ImageArithmetics.setArithmeticOperation(ImageArithmetics.ArithOp op) |
Constructor and Description |
---|
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.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.