#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::Crop (const Image &image1, std::vector< unsigned int > lowerBoundaryCropSize=std::vector< unsigned int >(3, 0), 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...
|
|
Image | itk::simple::Crop (Image &&image1, std::vector< unsigned int > lowerBoundaryCropSize=std::vector< unsigned int >(3, 0), 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...
|
|
|
Image | itk::simple::Crop (Image &&image1, std::vector< unsigned int > lowerBoundaryCropSize=std::vector< unsigned int >(3, 0), 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...
|
|
Image | itk::simple::Crop (const Image &image1, std::vector< unsigned int > lowerBoundaryCropSize=std::vector< unsigned int >(3, 0), 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...
|
|