SimpleITK  1.2.4
Classes | Namespaces | Functions
sitkExtractImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkExtractImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

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...