<div dir="ltr">My problem was different. I was trying to create a graduall fall off from the image with a uniform scalar value inside it. Something like a cube of uniform values and a graduall fall of scalar value from its edges.<br>
<br>Thanks,<br><br>Jothy<br><br><div class="gmail_quote">On Wed, Jul 14, 2010 at 3:00 PM, Liam Kurmos <span dir="ltr">&lt;<a href="mailto:quantum.leaf@googlemail.com">quantum.leaf@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Wed, Jul 14, 2010 at 2:45 PM, Preeti Bindu &lt;<a href="mailto:preetibindu@gmail.com">preetibindu@gmail.com</a>&gt; wrote:<br>
&gt; With SetInput it accepts ImageData as input while if you opt for<br>
&gt; SetInputConnection it will need vtkAlgorithmOutput.<br>
&gt; Hope it helps. Would be quick enough if you could post the code.<br>
&gt;<br>
<br>
</div>ah, sorry accidentally posted it as a reply to Jothy rather than a<br>
reply to vtkusers.<br>
<br>
in any case:<br>
<br>
input works with:<br>
<div class="im"> vtkSmartPointer&lt;vtkImageGaussianSmooth&gt; gaussianSmoothFilter =<br>
      vtkSmartPointer&lt;vtkImageGaussianSmooth&gt;::New();<br>
<br>
</div>  gaussianSmoothFilter-&gt;SetInput(vol);<br>
  gaussianSmoothFilter-&gt;Update();<br>
<br>
where vol is vtkImageData*<br>
<br>
Jothy mentioned that he had some trouble getting smoothing to work so<br>
i will investigate,<br>
<div class="im"><br>
Liam<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
</div><div><div></div><div class="h5">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><br>
</div></div></blockquote></div><br></div>