SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkCropImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ 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...