VTK Code
Updated 8 months ago (29 Jun 2009 at 06:41 PM)
recent activity
Random VTK utilities and examples
Contents
|
|
|
VTK | (4) |
|
|
Qt | (1) |
|
|
PyQt | (1) |
|
|
NumPy | (1) |
|
|
wxPython | (1) |
|
|
MRI | (1) |
|
|
Ray Casting | (1) |
|
|
wxWidgets | (1) |
|
|
Volume Rendering | (1) |
A simple VTK based viewer for Volume Data (using vtkVolumeRayCastMapper). This is equivalent to Volume Rendering MRI data using PyOpenGL but the image quality seems worse... probably because of some...
The version of wxVTKRenderWindowInteractor that ships with VTK (5.2 and earlier) does not have double buffering enabled for non-stereo rendering sometimes resulting in horrible flicker. This...
The version of vtkImageImportFromArray that ships with VTK (5.2 and earlier) does not work with NumPy arrays. This, [hopefuly] improved version should be compatible with NumPy.
Add a Comment