|
SimpleITK
1.2.4
|
Include dependency graph for sitkCropImageFilter.h:
This graph shows which files directly or indirectly include this file: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... | |
1.8.9.1