ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::ComposeImageFilter< TInputImage, TOutputImage > |
ComposeImageFilter combine several scalar images into a multicomponent image. More... | |
struct | itk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatch< VDimension > |
struct | itk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatchBase |
class | itk::Functor::JoinFunctor< TPixel1, TPixel2 > |
Join the components of two pixel types into a single pixel type. More... | |
class | itk::JoinImageFilter< TInputImage1, TInputImage2 > |
Join two images, resulting in an image where each pixel has the components of the first image followed by the components of the second image. More... | |
class | itk::JoinSeriesImageFilter< TInputImage, TOutputImage > |
Join N-D images into an (N+1)-D image. More... | |
This module contains filters that combine several images into a single output image. For example, take several input scalar images and package them into an output image of multiple components.