<div dir="ltr">Try passing your polydata through vtkTriangleFilter before applying smoothing.<br><br>Jothy<br><br><div class="gmail_quote">On Mon, Sep 19, 2011 at 4:19 PM, nuno.jf <span dir="ltr"><<a href="mailto:nunofernandes7@gmail.com">nunofernandes7@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Well, this is strange, my application crashes each time I run it since I<br>
applied vtkWindowedSincPolyDataFilter.<br>
I read my point cloud (vtkpolydata) and then I apply the filter to it. What<br>
could be wrong?<br>
<br>
vtkPolyDataReader * imp = vtkPolyDataReader::New();<br>
imp -> SetFileName (argv[1]);<br>
imp -> Update();<br>
<br>
vtkWindowedSincPolyDataFilter *smoother =<br>
vtkWindowedSincPolyDataFilter::New();<br>
smoother->SetInput(imp -> GetOutput());<br>
smoother->SetNumberOfIterations(15);<br>
smoother->SetPassBand(.001);<br>
smoother->Update();<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Find-closest-point-tp4816065p4819327.html" target="_blank">http://vtk.1045678.n5.nabble.com/Find-closest-point-tp4816065p4819327.html</a><br>
</font><div><div></div><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<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><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Jothybasu K Selvaraj<br>PhD Student<br>University of Liverpool<br>Liverpool,UK<br></div><br>
</div>