Class TileImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.TileImageFilter
Tile multiple input images into a single output image.
This filter will tile multiple images using a user-specified layout.
The tile sizes will be large enough to accommodate the largest image
for each tile. The layout is specified with the SetLayout method. The
layout has the same dimension as the output image. If all entries of
the layout are positive, the tiled output will contain the exact
number of tiles. If the layout contains a 0 in the last dimension, the
filter will compute a size that will accommodate all of the images.
Empty tiles are filled with the value specified with the SetDefault
value method. The input images must have a dimension less than or
equal to the output image. The output image have a larger dimension
than the input images. This filter can be used to create a volume from
a series of inputs by specifying a layout of 1,1,0.
See:
 itk::simple::Tile for the procedural interface
C++ includes: sitkTileImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::TileImageFilter::TileImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedTileImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::TileImageFilter::~TileImageFilter() DestructorImage itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesexecute(VectorOfImage images) Image itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesprotected voidfinalize()protected static longgetCPtr(TileImageFilter obj) doubledouble itk::simple::TileImageFilter::GetDefaultPixelValue() const Get the pixel value for locations that are not covered by an input image.std::vector<uint32_t> itk::simple::TileImageFilter::GetLayout() const Set/Get the layout of the tiles.getName()std::string itk::simple::TileImageFilter::GetName() const Name of this classvoidsetDefaultPixelValue(double DefaultPixelValue) Self& itk::simple::TileImageFilter::SetDefaultPixelValue(double DefaultPixelValue) Set the pixel value for locations that are not covered by an input image.voidsetLayout(VectorUInt32 Layout) Self& itk::simple::TileImageFilter::SetLayout(std::vector< uint32_t > Layout) Set/Get the layout of the tiles.protected static longtoString()std::string itk::simple::TileImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
TileImageFilterprotected TileImageFilter(long cPtr, boolean cMemoryOwn) 
- 
TileImageFilterpublic TileImageFilter()itk::simple::TileImageFilter::TileImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::TileImageFilter::~TileImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setLayoutSelf& itk::simple::TileImageFilter::SetLayout(std::vector< uint32_t > Layout) Set/Get the layout of the tiles. If the last Layout value is 0, the filter will compute a value that will accommodate all of the images.
- 
getLayoutstd::vector<uint32_t> itk::simple::TileImageFilter::GetLayout() const Set/Get the layout of the tiles. If the last Layout value is 0, the filter will compute a value that will accommodate all of the images.
- 
setDefaultPixelValuepublic void setDefaultPixelValue(double DefaultPixelValue) Self& itk::simple::TileImageFilter::SetDefaultPixelValue(double DefaultPixelValue) Set the pixel value for locations that are not covered by an input image. The default default pixel value is Zero.
- 
getDefaultPixelValuepublic double getDefaultPixelValue()double itk::simple::TileImageFilter::GetDefaultPixelValue() const Get the pixel value for locations that are not covered by an input image.
- 
getNamestd::string itk::simple::TileImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::TileImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
executeImage itk::simple::TileImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
- 
execute
- 
execute
- 
execute
- 
execute
- 
execute
 
-