#include <itkComposeRGBAImageFilter.h>
This filter receives four scalar images as input. Each image containing one of the RGBA components of a color image. The filter produces as output an RGBA image in which the four components have been unified. The Component type is preserved from the PixelType of the input images.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/153
1.5.1 written by Dimitri van Heesch,
© 1997-2000