<div dir="ltr"><div>Brad, Thank you so much. Yes, I do not have Fiji/ImageJ installed. --Andy</div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 5, 2017 at 1:11 PM, Lowekamp, Bradley (NIH/NLM/LHC) [C] <span dir="ltr"><<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div style="word-wrap:break-word">
Hello,
<div><br>
</div>
<div>The documentation for the sitk::Show method can be found here:</div>
<div><a href="https://itk.org/SimpleITKDoxygen/html/namespaceitk_1_1simple.html#ac8416e6e7f02dedfe8373b83dbea411d" target="_blank">https://itk.org/<wbr>SimpleITKDoxygen/html/<wbr>namespaceitk_1_1simple.html#<wbr>ac8416e6e7f02dedfe8373b83dbea4<wbr>11d</a></div>
<div><br>
</div>
<div>I suspect that you don’t have Fiji/ImageJ installed, or the method was not able to locate the executable. There are some environment variables that can be set to properly configure it.</div>
<div><br>
</div>
<div>The Show method is designed to be a convenience method to launch an external viewer to display data. It is convenient to use in interactive environments such as python or R for a quick display.</div>
<div><br>
</div>
<div>SimpleITK provides wrapping for a large number of languages include Python, R, Lua, Tcl, Ruby, Java and C#. Some languages have more examples then others. In general it’s not too hard to figure out how to translate an useful example from one language
 to another.</div>
<div><br>
</div>
<div>You can find a list of basic examples here:</div>
<div><br>
</div>
<div><a href="https://itk.org/SimpleITKDoxygen/html/examples.html" target="_blank">https://itk.org/<wbr>SimpleITKDoxygen/html/<wbr>examples.html</a></div>
<div><br>
</div>
<div>And may Python and R notebooks here:</div>
<div><br>
</div>
<div><a href="https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks" target="_blank">https://github.com/<wbr>InsightSoftwareConsortium/<wbr>SimpleITK-Notebooks</a></div>
<div><br>
</div>
<div>Hope that helps,</div>
<div>Brad</div>
<div><br>
<div>
<blockquote type="cite"><div><div class="gmail-h5">
<div>On May 5, 2017, at 12:22 PM, an qin <<a href="mailto:anqin888@gmail.com" target="_blank">anqin888@gmail.com</a>> wrote:</div>
<br class="gmail-m_7873127315266648764Apple-interchange-newline">
</div></div><div><div><div class="gmail-h5">
<div dir="ltr">
<div><span style="font-family:"times new roman";font-size:inherit">Hi, I am new to C# simpleITK and can't find much sample codes. I tried to read dicom image and display them in simpleITK. The dicom image was read without a problem. But
 got an exception when show. </span></div>
<div><span style="font-family:"times new roman";font-size:inherit"><br>
</span></div>
<div><span style="font-family:"times new roman";font-size:inherit">Any suggestion will be appreciated. </span></div>
<div><span style="font-family:"times new roman";font-size:inherit"><br>
</span></div>
<div><span style="font-family:"times new roman";font-size:inherit">Thanks.</span></div>
<div><span style="font-family:"times new roman";font-size:inherit">Andy</span></div>
<div><span style="font-family:"times new roman";font-size:inherit"><br>
</span></div>
<div><span style="font-family:"times new roman";font-size:inherit"><br>
</span></div>
<div><span style="font-family:"times new roman";font-size:inherit">//-------------code-----------<wbr>-</span></div>
<div>
<div><font face="times new roman" size="3">using itk.simple;</font></div>
<div><font face="times new roman" size="3"><br>
</font></div>
<div><font face="times new roman" size="3">namespace TestReadDicom</font></div>
<div><font face="times new roman" size="3">{</font></div>
<div><font face="times new roman" size="3">    class Program</font></div>
<div><font face="times new roman" size="3">    {</font></div>
<div><font face="times new roman" size="3">        static void Main(string[] args)</font></div>
<div><font face="times new roman" size="3">        {</font></div>
<div><font face="times new roman" size="3">            var myreader = new ImageSeriesReader();</font></div>
<div><font face="times new roman" size="3">            var names = ImageSeriesReader.<wbr>GetGDCMSeriesFileNames(@"E:\<wbr>ImageSet_0.DICOM");</font></div>
<div><font face="times new roman" size="3">            myreader.SetFileNames(names);</font></div>
<div><font face="times new roman" size="3">            var image = myreader.Execute();</font></div>
<div><font face="times new roman" size="3">            VectorDouble imDim = image.GetOrigin();</font></div>
<div><font face="times new roman" size="3">            Console.WriteLine(imDim[0].<wbr>ToString());</font></div>
<div><font face="times new roman" size="3">            SimpleITK.Show(image);</font></div>
<div><span style="font-family:"times new roman";font-size:inherit">        }</span><br>
</div>
<div><font face="times new roman" size="3">    }</font></div>
<div><font face="times new roman" size="3">}</font></div>
</div>
<div><font face="times new roman" size="3"><br>
</font></div>
<div><span style="font-family:"times new roman";font-size:inherit">//-------------output---------<wbr>---</span><font face="times new roman" size="3"><br>
</font></div>
<div><font face="times new roman" size="3"></font>
<div><font face="times new roman" size="3">Additional information: Exception thrown in SimpleITK Show: ..\..\..\..\..\SimpleITK\Code\<wbr>IO\src\sitkShow.cxx:500:</font></div>
<div><font face="times new roman" size="3"><br>
</font></div>
<div><font face="times new roman" size="3">sitk::ERROR: Error in administrating child process: [The parameter is incorrect</font></div>
</div>
</div></div></div>
______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
______________________________<wbr>_________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/community</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>

</blockquote></div><br></div></div></div>