SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::ExtractImageFilter |
Decrease the image size by cropping the image to the selected region bounds. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Extract (const Image &image1, const std::vector< unsigned int > &size=std::vector< unsigned int >(4, 1), const std::vector< int > &index=std::vector< int >(4, 0), ExtractImageFilter::DirectionCollapseToStrategyType directionCollapseToStrategy=itk::simple::ExtractImageFilter::DIRECTIONCOLLAPSETOGUESS) |
Decrease the image size by cropping the image to the selected region bounds. More... | |