[vtkusers] Display 2d image

Iryna Pavlyshak iryna at andrew.cmu.edu
Tue Mar 4 17:30:13 EST 2008


> I solved the problem by using vtkImageMapper and vtkActor2D. But another 
> problem appeared: the image is darker than the original. I know that the 
> color of the window can be adjusted using vtkMapper but I would like to
> know if there is another solution to make the rendered image look like the
>  original one. Thanks,
> 
> Flory
> 
> On Tue, Mar 4, 2008 at 7:39 PM, flory <florysf at gmail.com> wrote:
> 
>> 
>> Hi,
>> 
>> I want to display a TIFF image(not a stack with several images) using 
>> Java-VTK. The idea is that I want to read it with vtkTIFFReader and
>> then place it in a swing component like a canvas. I don't want to place
>> it in a 3d scene but just see it as a 2d image.Also I don't want to
>> interact with the image. Is there any possibility to display 2d images
>> without using vtkImageViewer(which should be used for stacks of images
>> not single images...)?Or if the vtkImageViewer should be used could this
>> one be placed in a container? I succeeded place it only in a 3d scene,
>> also I tried to change the interactor style to vtkInteractorStyleImage
>> but it still worked like a 3d scene.
>> 
>> Regards,
>> 
>> Flory
>> 
>> -- View this message in context: 
>> http://www.nabble.com/Display-2d-image-tp15834158p15834158.html Sent
>> from the VTK - Users mailing list archive at Nabble.com.
>> 
>> _______________________________________________ This is the private VTK
>> discussion list. Please keep messages on-topic. Check the FAQ at: 
>> http://www.vtk.org/Wiki/VTK_FAQ Follow this link to
>> subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers
>> 
> _______________________________________________ This is the private VTK
> discussion list. Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe:
>  http://www.vtk.org/mailman/listinfo/vtkusers
> 




More information about the vtkusers mailing list