Hi Luis,<br><br>Sorry to be writing again.<br><br>ConnectVTKITK not generating is not created with the ITK_WRAP (Python wrapper), only with Swig is generating.&nbsp; <br><br>import itk<br>import vtk<br><br>read = itk.ImageFileReader.IUS3.New(FileName = &quot;C:\\Dicom\\A0006.dcm&quot;)<br>
read.Update()<br><br>export = itk.VTKImageExport.IUS3.New()<br>export.SetInput(a.GetOutput())<br>export.Update()<br><br>And proceed?<br><br>Take the output of itk in vtkImageData?<br><br><br>Tried but not the right.<br><br>
viewe = vtk.vtkImageViewer()<br>viewe.SetInput(export.GetOutputs())<br>viewe.Render()<br><br>We have looked at that example that is in &quot;..\ InsightApplications-3.6.0 \ vtkITK&quot;&nbsp; vtkITK but not understood by example.<br>
<br><br>I am Attached (itk_class.txt) is the classes are in my wrapper.<br><br><br>Best Regards,<br>Paulo Amorim<br>
<br><br><br><br><br>