-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReconstructMesh-2303071408598C72A5.log
72 lines (69 loc) · 4.42 KB
/
ReconstructMesh-2303071408598C72A5.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
14:08:59 [App ] Build date: Dec 15 2022, 17:49:18
14:08:59 [App ] CPU: 12th Gen Intel(R) Core(TM) i7-12700 (20 cores)
14:08:59 [App ] RAM: 31.08GB Physical Memory 2.00GB Virtual Memory
14:08:59 [App ] OS: Linux 5.13.0-30-generic (x86_64)
14:08:59 [App ] Disk: 11.82GB (287.37GB) space
14:08:59 [App ] SSE & AVX compatible CPU & OS detected
14:08:59 [App ] Command line: ReconstructMesh
14:08:59 [App ] Available options:
Generic options:
-h [ --help ] produce this help message
-w [ --working-folder ] arg working directory (default current
directory)
-c [ --config-file ] arg (=ReconstructMesh.cfg)
file name containing program options
--export-type arg (=ply) file type used to export the 3D scene
(ply or obj)
--archive-type arg (=3) project archive type: 0-text, 1-binary,
2-compressed binary
--process-priority arg (=-1) process priority (below normal by
default)
--max-threads arg (=0) maximum number of threads (0 for using
all available cores)
-v [ --verbosity ] arg (=2) verbosity level
--cuda-device arg (=-1) CUDA device number to be used to
reconstruct the mesh (-2 - CPU
processing, -1 - best GPU, >=0 - device
index)
Reconstruct options:
-i [ --input-file ] arg input filename containing camera poses
and image list
-o [ --output-file ] arg output filename for storing the mesh
-d [ --min-point-distance ] arg (=2.5)
minimum distance in pixels between the
projection of two 3D points to consider
them different while triangulating (0 -
disabled)
--integrate-only-roi arg (=0) use only the points inside the ROI
--constant-weight arg (=1) considers all view weights 1 instead of
the available weight
-f [ --free-space-support ] arg (=0) exploits the free-space support in
order to reconstruct weakly-represented
surfaces
--thickness-factor arg (=1) multiplier adjusting the minimum
thickness considered during visibility
weighting
--quality-factor arg (=1) multiplier adjusting the quality weight
considered during graph-cut
Clean options:
--decimate arg (=1) decimation factor in range (0..1] to be
applied to the reconstructed surface (1
- disabled)
--target-face-num arg (=0) target number of faces to be applied to
the reconstructed surface. (0 -
disabled)
--remove-spurious arg (=20) spurious factor for removing faces with
too long edges or isolated components
(0 - disabled)
--remove-spikes arg (=1) flag controlling the removal of spike
faces
--close-holes arg (=30) try to close small holes in the
reconstructed surface (0 - disabled)
--smooth arg (=2) number of iterations to smooth the
reconstructed surface (0 - disabled)
--edge-length arg (=0) remesh such that the average edge
length is this size (0 - disabled)
--roi-border arg (=0) add a border to the region-of-interest
when cropping the scene (0 - disabled,
>0 - percentage, <0 - absolute)
--crop-to-roi arg (=1) crop scene using the region-of-interes