#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::Slice (const Image &image1, std::vector< int32_t > start=std::vector< int32_t >(3, 0), std::vector< int32_t > stop=std::vector< int32_t >(3, std::numeric_limits< int32_t >::max()), std::vector< int > step=std::vector< int >(3, 1)) |
| Slices an image based on a starting index and a stopping index, and a step size. More...
|
|
|
Image | itk::simple::Slice (const Image &image1, std::vector< int32_t > start=std::vector< int32_t >(3, 0), std::vector< int32_t > stop=std::vector< int32_t >(3, std::numeric_limits< int32_t >::max()), std::vector< int > step=std::vector< int >(3, 1)) |
| Slices an image based on a starting index and a stopping index, and a step size. More...
|
|