Skip to content

Commit ede11ab

Browse files
committed
Edits in Config
1 parent 82f14df commit ede11ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/PoissonRecon/src/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<CONFIG>
22
<INPUT>
3-
<INPUT_PATH>/home/hypevr/PoissonRecon/clouds/store/Demo%03d.ply</INPUT_PATH>
3+
<INPUT_PATH>/input/path/to/ply/Demo%03d.ply</INPUT_PATH>
44
<DEGREE>2</DEGREE>
55
<B_TYPE>3</B_TYPE>
66
<DEPTH>10</DEPTH>
@@ -22,6 +22,6 @@
2222
<!--<VERBOSE></VERBOSE>-->
2323
</INPUT>
2424
<OUTPUT>
25-
<OUTPUT_PATH>/home/hypevr/PoissonRecon/Demo%03d.ply</OUTPUT_PATH>
25+
<OUTPUT_PATH>/output/path/to/ply/Demo%03d.ply</OUTPUT_PATH>
2626
</OUTPUT>
2727
</CONFIG>

apps/SurfaceTrimmer/src/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<CONFIG>
22
<INPUT>
3-
<INPUT_PATH>/home/hypevr/PoissonRecon/Demo%03d.ply</INPUT_PATH>
3+
<INPUT_PATH>/input/path/to/ply/Demo%03d.ply</INPUT_PATH>
44
<TRIM>10</TRIM>
55
<SMOOTH>5</SMOOTH>
66
<A_RATIO>0.001</A_RATIO>
77
<!--<POLYGON_MESH></POLYGON_MESH>-->
88
</INPUT>
99
<OUTPUT>
10-
<OUTPUT_PATH>/home/hypevr/PoissonRecon/%03d.ply</OUTPUT_PATH>
10+
<OUTPUT_PATH>/output/path/to/ply/%03d.ply</OUTPUT_PATH>
1111
</OUTPUT>
1212
</CONFIG>

0 commit comments

Comments
 (0)