<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ES link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi ,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Are you sure that the reader does its function correctly? Because I use this filter in the same way as you do and I do not get any error. I would save the output of the reader in an image and set as input this image in order to separate both actions. Try it, look if you save the image properly and see if gives the error in the same place as before. Because maybe this filter executes the reader-&gt;getoutput when updating and not when setting the input. Don&#8217;t know.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hope it helps.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Alba<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> insight-users-bounces@itk.org [mailto:insight-users-bounces@itk.org] <b>On Behalf Of </b>Bc. Michal Srna<br><b>Sent:</b> lunes, 11 de abril de 2011 17:32<br><b>To:</b> Bill Lorensen<br><b>Cc:</b> insight-users@itk.org; vtkusers@vtk.org<br><b>Subject:</b> Re: [Insight-users] [vtkusers] Trying to connect ITK - VTK - ITK<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Did it, no error message at all (I use console application).<br><br>Here I marked, where the program crashes in file vtkImageImport.cxx, it's on line 7<br><br>1void vtkImageImport::InvokeExecuteInformationCallbacks()<br>2{<br>3&nbsp; if (this-&gt;WholeExtentCallback)<br>4&nbsp;&nbsp;&nbsp; {<br>5 &nbsp; tryCatchMacro(<br>6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this-&gt;SetWholeExtent(<br>7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (this-&gt;WholeExtentCallback)(this-&gt;CallbackUserData)),<br>8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Calling WholeExtentCallback: &quot;);<br>9 &nbsp; }<o:p></o:p></p><div><p class=MsoNormal>2011/4/11 Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<o:p></o:p></p><p class=MsoNormal>Put a try/catch around the Update();<o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On Mon, Apr 11, 2011 at 11:16 AM, Bc. Michal Srna &lt;<a href="mailto:michal@srna.info" target="_blank">michal@srna.info</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>Tried, but didn't help. <br><br>I also tried to use simple example from <a href="http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf" target="_blank">http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf</a> (slide 18) and tried just to connect simple readed 2D tiff image (via ITK) to the VTK pipeline via ImageToVTKImageFilter like this:<br><br>typedef itk::Image&lt;unsigned short,2&gt; ImageType;<br>typedef itk::ImageFileReader&lt;ImageType&gt; ReaderType;<br>typedef itk::ImageToVTKImageFilter&lt;ImageType&gt; ConnectorType;<br><br>ReaderType::Pointer reader= ReaderType::New();<br>ConnectorType::Pointer connector= ConnectorType::New();<br><br>reader-&gt;SetFileName( argv[1]);<br>connector-&gt;SetInput( reader-&gt;GetOutput() );<br><br>connector-&gt; Update ();<br><br>Code runs, no compile errors and when running it crashes on the same spot in file vtkImageImport.cxx just when executing &quot;connector-&gt; Update ()&quot;. So the problem is somewhere where executing connection of ITK pipeline to the VTK pipeline.<br><br>Here is the report of crash:<br><br>First-chance exception at 0x01e1e219 in test.exe: 0xC0000005: Access violation reading location 0x00000000.<br>Unhandled exception at 0x01e1e219 in test.exe: 0xC0000005: Access violation reading location 0x00000000.<br>The program '[3968] test.exe: Native' has exited with code 0 (0x0).<o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br><br>&nbsp;<o:p></o:p></p><div><p class=MsoNormal>2011/4/11 Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;<o:p></o:p></p><p class=MsoNormal>Try changing:<o:p></o:p></p><div><p class=MsoNormal><br>&nbsp; blend-&gt;SetInput(0,connector_ITK_to_VTK_alpha_data2-&gt;GetOutput());<o:p></o:p></p></div><div><p class=MsoNormal>to<br>&nbsp; blend-&gt;SetInput(1,connector_ITK_to_VTK_alpha_data2-&gt;GetOutput());<o:p></o:p></p></div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On Mon, Apr 11, 2011 at 10:15 AM, Michal Srna &lt;<a href="mailto:kositch@seznam.cz" target="_blank">kositch@seznam.cz</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>Hello dear VTK users,<br><br>I would like to connect two 3D images from ITK (same dimensions) to VTK and blend them using vtkImageBlend. The problem is, that when I run the code, it crashes on this part of the code of vtkImageImport.cxx<br><br>&nbsp;if (this-&gt;WholeExtentCallback)<br>&nbsp; &nbsp;{<br>&nbsp; &nbsp;tryCatchMacro(<br>&nbsp; &nbsp; &nbsp;this-&gt;SetWholeExtent(<br>-&gt; &nbsp; &nbsp; &nbsp; &nbsp;(this-&gt;WholeExtentCallback)(this-&gt;CallbackUserData)),<br>&nbsp; &nbsp; &nbsp;&quot;Calling WholeExtentCallback: &quot;);<br>&nbsp; &nbsp;}<br><br>Here is my corresponding code. &nbsp;&quot;TransformedImportFilter&quot; and &nbsp;&quot;FixedImportFilter&quot; are outputs of ITKImageFilter, which connects my image data from memory into the ITK pipeline:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/*connecting ITK to VTK*/<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;typedef itk::ImageToVTKImageFilter&lt; TransformedImageType &gt; ITK_to_VTK_ConnectorType;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ITK_to_VTK_ConnectorType::Pointer connector_ITK_to_VTK_alpha_data1 = ITK_to_VTK_ConnectorType::New();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ITK_to_VTK_ConnectorType::Pointer connector_ITK_to_VTK_alpha_data2 = ITK_to_VTK_ConnectorType::New();<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;connector_ITK_to_VTK_alpha_data1-&gt;SetInput( TransformedImportFilter-&gt;GetOutput() );<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;connector_ITK_to_VTK_alpha_data2-&gt;SetInput( FixedImportFilter-&gt;GetOutput() );<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/*blending image data*/<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vtkSmartPointer&lt;vtkImageBlend&gt; blend = vtkSmartPointer&lt;vtkImageBlend&gt;::New();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;blend-&gt;SetOpacity(0, 0.5);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;blend-&gt;SetOpacity(1, 0.5);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;blend-&gt;SetInput(0,connector_ITK_to_VTK_alpha_data1-&gt;GetOutput());<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;blend-&gt;SetInput(0,connector_ITK_to_VTK_alpha_data2-&gt;GetOutput());<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/*connecting VTK to ITK*/<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;typedef itk::VTKImageToImageFilter&lt; TransformedImageType &gt; VTK_to_ITK_ConnectorType;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VTK_to_ITK_ConnectorType::Pointer connector_VTK_to_ITK = VTK_to_ITK_ConnectorType::New();<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;connector_VTK_to_ITK-&gt;SetInput( blend-&gt;GetOutput() );<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/*writing the data into DICOM*/<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;typedef itk::ImageFileWriter&lt; TransformedImageType &gt; WriterType;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;WriterType::Pointer writer = WriterType::New();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;writer-&gt;SetFileName(output_alpha_visualization);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;writer-&gt;SetInput(connector_VTK_to_ITK-&gt;GetOutput() );<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;writer-&gt;Update();<br><br>I think the problem is already in process of importing data from ITK to VTK. I am using ITKv4 and VTK 5.6.1 on Windows platform with MVSC++.<br><br>I will be happy, if someone will help me.<br><br>Best regards,<br><br>Pavli<br>_______________________________________________<br>Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></div><p class=MsoNormal><br><br clear=all><o:p></o:p></p></div></div><p class=MsoNormal><span style='color:#888888'>-- <br>S pozdravem Bc. Michal Srna<br><br>Fotografické portfolio:<br><a href="http://michalsrna.cz" target="_blank">http://michalsrna.cz</a></span><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></div><p class=MsoNormal><br><br clear=all><br>-- <br>S pozdravem Bc. Michal Srna<br><br>Fotografické portfolio:<br><a href="http://michalsrna.cz">http://michalsrna.cz</a><o:p></o:p></p></div></body></html>