[vtkusers] Point Cloud to Mesh

Alex Liu tehsunnliu at yahoo.com
Fri Dec 23 01:44:27 EST 2016


Hello Bill.
It was on debug.
I tried changing the settings for PoissonReconstruction to

vtkSmartPointer<vtkPoissonReconstruction> pR = 
vtkSmartPointer<vtkPoissonReconstruction>::New();
    pR->SetInputConnection(polyDataNormals->GetOutputPort());
    pR->SetSamplesPerNode(1.0);
    pR->SetDepth(10);
    pR->SetKernelDepth(10);
    pR->SetSolverDivide(10);
    pR->SetIsoDivide(10);
    pR->Update();

now I get a very good result and I tried both in debug and release.
In Release mode it takes 4 minutes to reconstruct 443466 vertices.




-----
Alex Liu
+15574855474
--
View this message in context: http://vtk.1045678.n5.nabble.com/Point-Cloud-to-Mesh-tp5741531p5741636.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list