[vtkusers] vtk volume rendering with GPU

Julien Finet julien.finet at kitware.com
Tue Oct 23 20:21:04 EDT 2012


http://www.vtk.org/Wiki/VTK/Examples/Python

Here you have some python example. As you will notice, it is usually
straightforward to convert C++ examples into python code. It's almost a 1
to 1 mapping.

Feel free to ask if you get stuck with specific issues during the
conversion.

Hth,
Julien.

On Tue, Oct 23, 2012 at 8:17 PM, Crystal Li <lxbosky at gmail.com> wrote:

> Thank you so so much for the reply...but currently we have some thing in
> python...so I need to use python to do the volume rendering with GPU and
> get the .nii file as the input...
> Do you have any suggestions for using python API of vtk to do this?
>
> Thank you very much!
> Crystal
>
> On Tue, Oct 23, 2012 at 8:07 PM, Crystal Li <lxbosky at gmail.com> wrote:
>
>> Hi  Julien,
>>
>> Thank you so so much for the reply...but currently we have some thing in
>> python...so I need to use python to do the volume rendering with GPU and
>> get the .nii file as the input...
>> Do you have any suggestions for using python API of vtk to do this?
>>
>> Thank you very much!
>> Crystal
>>
>>
>> On Tue, Oct 23, 2012 at 7:49 PM, Julien Finet <julien.finet at kitware.com>wrote:
>>
>>> Hi Crystal,
>>>
>>> You can have a look at this example:
>>>
>>> http://www.vtk.org/Wiki/VTK/Examples/Cxx/VolumeRendering/SmartVolumeMapper
>>>
>>> Hth,
>>> Julien.
>>>
>>> On Tue, Oct 23, 2012 at 6:51 PM, Crystal Li <lxbosky at gmail.com> wrote:
>>>
>>>> Hi all,
>>>>
>>>> I want to do the volume rendering with vtk on GPU..so I need to get
>>>> parallel projections and call the vtk rendering function for each
>>>> projection, right?
>>>> But I didn't see the proper functions that I can call...
>>>> Any help is appreciated!
>>>>
>>>> Thank you very much!
>>>> :)
>>>> Crystal
>>>>
>>>> _______________________________________________
>>>> Powered by www.kitware.com
>>>>
>>>> Visit other Kitware open-source projects at
>>>> http://www.kitware.com/opensource/opensource.html
>>>>
>>>> Please keep messages on-topic and check the VTK FAQ at:
>>>> http://www.vtk.org/Wiki/VTK_FAQ
>>>>
>>>> Follow this link to subscribe/unsubscribe:
>>>> http://www.vtk.org/mailman/listinfo/vtkusers
>>>>
>>>>
>>>
>>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK 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/20121023/50ce05e7/attachment.htm>


More information about the vtkusers mailing list