[vtkusers] RE: vtkImageMapper Help
    julien.barneoud at kodak.com 
    julien.barneoud at kodak.com
       
    Thu Jun 16 04:05:11 EDT 2005
    
    
  
Hi Abhi, 
You should read this post : 
http://article.gmane.org/gmane.comp.lib.vtk.user/19693 : I had the same 
problem as you, and now I am using vtkImageActor as Tanya suggests, and it 
works fine ...
My pipeline is the following one:
vtkImageImport->vtkImageMapToWindowLevelColors->vtkImageActor->vtkRenderer->vtkRenderWindow
I am using vtkImageImport because data I am reading are stored in a 
private file format, vtkImageMapToWindowLevelColors is used to perform 
window level operations and also map data to UNSIGNED CHAR data (required 
as input of vtkImageActor).
Hope this help,
Regards,
Julien BARNEOUD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050616/5ef61b5d/attachment.htm>
    
    
More information about the vtkusers
mailing list