SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::OrImageFilter |
Implements the OR bitwise operator pixel-wise between two images. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Or (const Image &image1, const Image &image2) |
Implements the OR bitwise operator pixel-wise between two images. More... | |
Image | itk::simple::Or (const Image &image1, int constant) |
Image | itk::simple::Or (int constant, const Image &image2) |