SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::MaximumImageFilter |
Implements a pixel-wise operator Max(a,b) between two images. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Maximum (const Image &image1, const Image &image2) |
Implements a pixel-wise operator Max(a,b) between two images. More... | |
Image | itk::simple::Maximum (const Image &image1, double constant) |
Image | itk::simple::Maximum (double constant, const Image &image2) |