[vtkusers] Image blending using a lookup table

"Tim Hütz (VTK)" vtk at huetz.biz
Wed Mar 3 10:52:23 EST 2010


Hey David,

thank you for your fast reply. With the vtkImageMapToColors class, it works
perfectly. Thanks a lot.


Best regards,
Tim

David Gobbi schrieb:
> 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