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

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

 itk
 
 itk::simple
 

Functions

Image itk::simple::MirrorPad (const Image &image1, const std::vector< unsigned int > &padLowerBound=std::vector< unsigned int >(3, 0), const std::vector< unsigned int > &padUpperBound=std::vector< unsigned int >(3, 0))
 Increase the image size by padding with replicants of the input image value. More...