We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be689c7 commit fb4af32Copy full SHA for fb4af32
test/surface/test_poisson.cpp
@@ -67,6 +67,9 @@ TEST (PCL, Poisson)
67
68
Poisson<PointNormal> poisson;
69
poisson.setInputCloud (cloud_with_normals);
70
+ // poisson4 returns different vertices when parallelized
71
+ // for now, disable parallelization
72
+ poisson.setNumberOfThreads(1);
73
PolygonMesh mesh;
74
poisson.reconstruct (mesh);
75
0 commit comments