Medical Imaging Interaction Toolkit
2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
|
Executes a arithmetic operations on one or two images. More...
#include <mitkArithmeticOperation.h>
Static Public Member Functions | |
static Image::Pointer | Add (Image::Pointer &imageA, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Subtract (Image::Pointer &imageA, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Multiply (Image::Pointer &imageA, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Divide (Image::Pointer &imageA, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Add (Image::Pointer &imageA, double value, bool outputAsDouble=true) |
static Image::Pointer | Subtract (Image::Pointer &imageA, double value, bool outputAsDouble=true) |
static Image::Pointer | Multiply (Image::Pointer &imageA, double value, bool outputAsDouble=true) |
static Image::Pointer | Divide (Image::Pointer &imageA, double value, bool outputAsDouble=true) |
static Image::Pointer | Add (double value, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Subtract (double value, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Multiply (double value, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Divide (double value, Image::Pointer &imageB, bool outputAsDouble=true) |
static Image::Pointer | Tan (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Atan (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Cos (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Acos (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Sin (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Asin (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Square (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Sqrt (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Abs (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Exp (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | ExpNeg (Image::Pointer &imageA, bool outputAsDouble=true) |
static Image::Pointer | Log10 (Image::Pointer &imageA, bool outputAsDouble=true) |
Executes a arithmetic operations on one or two images.
All parameters of the arithmetic operations must be specified during construction. The actual operation is executed when calling GetResult().
Definition at line 26 of file mitkArithmeticOperation.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |