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