18 #ifndef sitkImageOperators_h
19 #define sitkImageOperators_h
99 #endif // sitkImageOperators_h
Image Xor(const Image &image1, const Image &image2)
Computes the XOR bitwise operator pixel-wise between two images.
Image Modulus(const Image &image1, const Image &image2)
Computes the modulus (x % dividend) pixel-wise.
Image operator+(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator%(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator^=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator|(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator%=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image UnaryMinus(const Image &image1)
Computes the negative of each pixel.
Image Or(const Image &image1, const Image &image2)
Implements the OR bitwise operator pixel-wise between two images.
Image operator|=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image Divide(const Image &image1, const Image &image2)
Pixel-wise division of two images.
Image operator/=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator~(const Image &img)
Performs the operator on a per pixel basis.
Image operator^(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image BitwiseNot(const Image &image1)
Implements pixel-wise generic operation on one image.
Image Add(const Image &image1, const Image &image2)
Pixel-wise addition of two images.
Image operator&=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator&(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
The main Image class for SimpleITK.
Image operator-=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator/(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image Subtract(const Image &image1, const Image &image2)
Pixel-wise subtraction of two images.
Image operator+=(Image &img1, const Image &img2)
Image And(const Image &image1, const Image &image2)
Implements the AND bitwise operator pixel-wise between two images.
Image operator*(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image operator*=(Image &img1, const Image &img2)
Performs the operator on a per pixel basis.
Image Multiply(const Image &image1, const Image &image2)
Pixel-wise multiplication of two images.
Image operator-(const Image &img1, const Image &img2)
Performs the operator on a per pixel basis.