Skip to content

Commit

Permalink
Add crop and filter steps, improve triangulation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Dec 15, 2020
1 parent 42b5d42 commit 7e83a03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/cpp/exampleMeshFromLiveRGBD/pipeline.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[meshPipeline crop]
algorithm "CropBox"
keepOrganized true
maxZ 1.5

[meshPipeline filter]
algorithm "FastBilateralFilterOMP"

[meshPipeline surface]
algorithm "OrganizedFastMesh"
maxEdgeLengthA 0.05
triangulationType "triangleAdaptiveCut"
useDepthAsDistance true

[meshPipeline simplify]
Expand Down

0 comments on commit 7e83a03

Please sign in to comment.