[vtkusers] vtkImageReslice speed
David Gobbi
dgobbi at atamai.com
Sat Mar 25 13:15:46 EST 2006
Hi Lyubomir,
There is nothing special about the number "256" in vtkImageReslice,
so the loss of performance is probably due to a secondary issue.
For example, if you are using vtkImageActor or vtkImagePlaneWidget
to display the image, note that the size of the OpenGL texture is always
a power of two, so an image that is 257 pixels on a side will be displayed
on a texture that is 512 pixels on a side.
- David
----- Original Message ----
From: Lyubomir Zagorchev <lzagorch at verizon.net>
To: vtkusers at vtk.org
Sent: Saturday, March 25, 2006 11:45:15 AM
Subject: [vtkusers] vtkImageReslice speed
I am using vtkImageReslice to cut three orthogonal cross sections from a volume.
I noticed that if the volume has axial dimensions greater than 256 the performance
of the filter becomes very slow ( even if the axial dimensions are 257, the speed
decreases significantly). Could someone briefly explain what is the reason for
that? Can I do something in my code that will increase the speed of the filter?
Thank you,
Lyubomir
_______________________________________________
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060325/5786daee/attachment.htm>
More information about the vtkusers
mailing list