[vtkusers] show correctly Itk dicom series with vtk image viewer

David Doria daviddoria+vtk at gmail.com
Wed Apr 21 14:40:36 EDT 2010


On Wed, Apr 21, 2010 at 12:41 PM, John Drescher <drescherjm at gmail.com> wrote:
>> Where i cand find example? Or the process to itk to vtk to GUI and interaction?
>>
> There are a couple of examples that I have found valuable:
>
> 1. LiverTumerSegmentation example in InsightApplications.
> 2. vtkINRIA3D (sadly the svn/git access is not publicly available at the moment)
> 3. The vtk wiki
> 4. paraview
>
> For my DICOM viewing projects I am using the vtkINRIA3D code modified
> for my usage.
>
> John

Quite a bit of interaction can be done by subclassing
vtkInteractorStyle (search vtkInteractorStyle here:
http://www.vtk.org/Wiki/VTK/Examples#User_Interaction)

If you need a real GUI, I also use Qt:
http://www.vtk.org/Wiki/VTK/Examples#Qt

Thanks,

David



More information about the vtkusers mailing list