VTK: 2D Image Display Example
Blake L. Carlson
blake-carlson at uiowa.edu
Tue Oct 19 16:35:06 EDT 1999
Hello VTK Users -
Summary:
The goal is to be able to display an array of 2-D data as an image with
least effort.
I'm having trouble trying to interface my C++ image processing code with
the VTK-2.4 visualization pipeline. If I am starting with my own XDIM x
YDIM image array of type [unsigned char or float], at which point do I
enter the VTK-2.4 visualization pipeline to display the 2-D image?
I was thinking I would like to be able to plug my own image data into a
vtkImageCache object, but there are problems with abstract virtual
functions.
Are there any other sources/examples of image visualization in C++
outside of the vtk distribution?
Thanks -
Blake Carlson
blake-carlson at uiowa.edu
College of Engineering Imaging Group
University of Iowa
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
More information about the vtkusers
mailing list