#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
Image | itk::simple::Maximum (const Image &image1, double constant) |
|
Image | itk::simple::Maximum (double constant, const Image &image2) |
|
Image | itk::simple::Maximum (Image &&image1, double constant) |
|
|
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 (Image &&image1, const Image &image2) |
| Implements a pixel-wise operator Max(a,b) between two images. More...
|
|
|
Image | itk::simple::Maximum (Image &&image1, const Image &image2) |
| Implements a pixel-wise operator Max(a,b) between two images. More...
|
|
Image | itk::simple::Maximum (const Image &image1, const Image &image2) |
| Implements a pixel-wise operator Max(a,b) between two images. More...
|
|