SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::CropImageFilter |
Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of the largest possible region. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Crop (const Image &image1, const std::vector< unsigned int > &lowerBoundaryCropSize=std::vector< unsigned int >(3, 0), const std::vector< unsigned int > &upperBoundaryCropSize=std::vector< unsigned int >(3, 0)) |
Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of the largest possible region. More... | |