Skip to content

Commit

Permalink
Comment out downsampling step
Browse files Browse the repository at this point in the history
It seems the Poisson algorithm no longer succeeds if enabled.
  • Loading branch information
PeterBowman committed Jul 19, 2024
1 parent ca77353 commit b04c1b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/cpp/exampleSceneReconstructionClient/pipeline.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[meshPipeline downsample]
algorithm "VoxelGrid"
leafSize 0.02f
// [meshPipeline downsample]
// algorithm "VoxelGrid"
// leafSize 0.02f

[meshPipeline estimate]
algorithm "NormalEstimationOMP"
Expand Down

0 comments on commit b04c1b0

Please sign in to comment.