SimpleITK
1.2.4
|
Go to the source code of this file.
Classes | |
class | itk::simple::PasteImageFilter |
Paste an image into another image. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Paste (const Image &destinationImage, const Image &sourceImage, const std::vector< unsigned int > &sourceSize=std::vector< unsigned int >(3, 1), const std::vector< int > &sourceIndex=std::vector< int >(3, 0), const std::vector< int > &destinationIndex=std::vector< int >(3, 0)) |
Paste an image into another image. More... | |