SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::ShrinkImageFilter |
Reduce the size of an image by an integer factor in each dimension. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::Shrink (const Image &image1, std::vector< unsigned int > shrinkFactors=std::vector< unsigned int >(3, 1)) |
Reduce the size of an image by an integer factor in each dimension. | |