SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::MirrorPadImageFilter |
Increase the image size by padding with replicants of the input image value. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::MirrorPad (const Image &image1, std::vector< unsigned int > padLowerBound=std::vector< unsigned int >(3, 0), std::vector< unsigned int > padUpperBound=std::vector< unsigned int >(3, 0), double decayBase=1.0) |
Increase the image size by padding with replicants of the input image value. | |