<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <p>Hi,</p>
    <p>You could easily make that by the module "<a
        moz-do-not-send="true"
href="https://slicer.readthedocs.io/en/latest/user_guide/module_segmenteditor.html">segment
        editor</a>" (smoothing option) of <a moz-do-not-send="true"
        href="https://www.slicer.org/">3D slicer</a>, or by command (in
      3dslicer):<br>
    </p>
    <pre><code>segmentEditorWidget.setActiveEffectByName("Smoothing")
effect = segmentEditorWidget.activeEffect()
effect.setParameter("SmoothingMethod", "MEDIAN")
effect.setParameter("KernelSizeMm", 6)
effect.self().onApply()

HTH,
Frederic
</code></pre>
    <div class="moz-cite-prefix">On 3/2/2019 1:51 AM, davood paknejad
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1551513087450-0.post@n5.nabble.com">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      hello friends i have a 3D.mha file i will display this image as
      closed image ( in the attach image, converted above image to
      bellow image)
      <img src="http://vtk.1045678.n5.nabble.com/file/t342705/3.png"
        moz-do-not-send="true" border="0">
      <a class="moz-txt-link-freetext" href="https://ufile.io/n3cjh">https://ufile.io/n3cjh</a> ( link of 3D.mha) <br>
      <hr width="300" align="left">
      Sent from the <a
        href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html"
        moz-do-not-send="true">VTK - Users mailing list archive</a> at
      Nabble.com.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the VTK FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>

Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="https://vtk.org/mailman/listinfo/vtkusers">https://vtk.org/mailman/listinfo/vtkusers</a>
</pre>
    </blockquote>
  </body>
</html>