#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
Image | itk::simple::And (const Image &image1, int constant) |
|
Image | itk::simple::And (Image &&image1, int constant) |
|
Image | itk::simple::And (int constant, const Image &image2) |
|
|
Image | itk::simple::And (const Image &image1, const Image &image2) |
| Implements the AND bitwise operator pixel-wise between two images. More...
|
|
Image | itk::simple::And (Image &&image1, const Image &image2) |
| Implements the AND bitwise operator pixel-wise between two images. More...
|
|
|
Image | itk::simple::And (Image &&image1, const Image &image2) |
| Implements the AND bitwise operator pixel-wise between two images. More...
|
|
Image | itk::simple::And (const Image &image1, const Image &image2) |
| Implements the AND bitwise operator pixel-wise between two images. More...
|
|