SimpleITK  
sitkXorImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkXorImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::XorImageFilter
 Computes the XOR bitwise operator pixel-wise between two images. More...
 

Namespaces

namespace  itk
 
namespace  itk::simple
 

Functions

Image itk::simple::Xor (const Image &image1, int constant)
 
Image itk::simple::Xor (Image &&image1, int constant)
 
Image itk::simple::Xor (int constant, const Image &image2)
 
Image itk::simple::Xor (const Image &image1, const Image &image2)
 Computes the XOR bitwise operator pixel-wise between two images.
 
Image itk::simple::Xor (Image &&image1, const Image &image2)
 Computes the XOR bitwise operator pixel-wise between two images.