SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::RegionOfInterestImageFilter |
Extract a region of interest from the input image. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::RegionOfInterest (const Image &image1, std::vector< unsigned int > size=std::vector< unsigned int >(3, 1), std::vector< int > index=std::vector< int >(3, 0)) |
Extract a region of interest from the input image. | |