<div dir="ltr"><div>Hi All,</div><div>I am using itkSmoothingQuadEdgeMeshFilter for Surface Mesh smoothing.This filter is giving good results what I expected but taking more execution time.can any one suggest me to reduce the execution time( multi threading  or any parameters to add/remove )?</div>
<div><br></div><div>Below is the code snippet</div><div>///////</div><div style="text-align:left">typedef itk::QuadEdgeMeshTraits<double, 3,double, double, double,double > qetraits;</div><div style="text-align:left">
<span class="" style="white-space:pre">       </span></div><div style="text-align:left">typedef itk::QuadEdgeMesh< vtkFloatingPointType, 3,qetraits > MeshType;</div><div style="text-align:left"><br></div><div style="text-align:left">
//typedef itk::QuadEdgeMesh< vtkFloatingPointType, 3 > MeshType;<span style="white-space:pre">    </span></div><div style="text-align:left"><br></div><div style="text-align:left">itk::OnesMatrixCoefficients< MeshType > coeff0;</div>
<div style="text-align:left"><br></div><div style="text-align:left">typedef itk::SmoothingQuadEdgeMeshFilter< MeshType, MeshType ></div><div style="text-align:left">SmoothingQuadEdgeMeshFilter;</div><div><div style="text-align:left">
<br></div><div style="text-align:left">    SmoothingQuadEdgeMeshFilter::Pointer QEMeshSmoother =   SmoothingQuadEdgeMeshFilter::New();</div><div style="text-align:left"><span class="" style="white-space:pre"> </span></div>
<div style="text-align:left"><br></div><div style="text-align:left">QEMeshSmoother->SetInput("abc.vtk");</div><div style="text-align:left">QEMeshSmoother->SetNumberOfIterations(5 );</div><div style="text-align:left">
QEMeshSmoother->SetRelaxationFactor( 0.5 );</div><div style="text-align:left">QEMeshSmoother->SetDelaunayConforming(true );</div><div style="text-align:left">QEMeshSmoother->SetCoefficientsMethod( &coeff0 );<span style="white-space:pre">  </span></div>
<div style="text-align:left"><span class="" style="white-space:pre">  </span></div><div style="text-align:left">QEMeshSmoother->Update();</div></div><div style="text-align:left">////</div><div style="text-align:left"><br>
</div>-- <br><div dir="ltr"><b style="font-family:tahoma,sans-serif">Regards:</b><br style="font-family:tahoma,sans-serif"><span style="font-family:tahoma,sans-serif">Mallik</span><span style="font-family:tahoma,sans-serif"></span><div>
<br></div></div>
</div>