#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::Expand (const Image &image1, std::vector< unsigned int > expandFactors=std::vector< unsigned int >(3, 1), InterpolatorEnum interpolator=itk::simple::sitkLinear) |
| Expand the size of an image by an integer factor in each dimension. More...
|
|
|
Image | itk::simple::Expand (const Image &image1, std::vector< unsigned int > expandFactors=std::vector< unsigned int >(3, 1), InterpolatorEnum interpolator=itk::simple::sitkLinear) |
| Expand the size of an image by an integer factor in each dimension. More...
|
|