[vtkusers] Image blending using a lookup table

David Gobbi david.gobbi at gmail.com
Wed Mar 3 08:53:48 EST 2010


Hi Tim,

Use two vtkImageMapToColors, one per image, to apply the lookup tables
before the images are blended.  Don't use a vtkDataSetMapper.

   David


On Wed, Mar 3, 2010 at 1:53 AM, "Tim Hütz (VTK)" <vtk at huetz.biz> wrote:
> Hey everybody,
> I'm trying to create a image fusion using the vtkImageBlend class. For doing this, I'm using the following source code:



More information about the vtkusers mailing list