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

Go to the source code of this file.

Classes

class  itk::simple::EqualImageFilter
 Implements pixel-wise generic operation of two images, or of an image and a constant. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::Equal (const Image &image1, const Image &image2, uint8_t backgroundValue=0u, uint8_t foregroundValue=1u)
 Implements pixel-wise generic operation of two images, or of an image and a constant. More...
 
Image itk::simple::Equal (const Image &image1, double constant, uint8_t backgroundValue=0u, uint8_t foregroundValue=1u)
 
Image itk::simple::Equal (double constant, const Image &image2, uint8_t backgroundValue=0u, uint8_t foregroundValue=1u)