File tree 2 files changed +23
-7
lines changed
2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ tet-mesh: { # case of 'graphcut_labeling' applied on a 'tet-mesh' subfolder
4
4
executable : {
5
5
path : AUTOMATIC_POLYCUBE,
6
6
filename : graphcut_labeling,
7
- command_line : ' {mesh} compactness={compactness} fidelity={fidelity} gui=false output={labeling}'
7
+ command_line : ' {mesh} compactness={compactness} fidelity={fidelity} sensitivity={sensitivity} angle_of_rotation={angle_of_rotation} gui=false output={labeling}'
8
8
},
9
- output_folder : ' graphcut_labeling_{compactness}_{fidelity}' ,
9
+ output_folder : ' graphcut_labeling_{compactness}_{fidelity}_{sensitivity}_{angle_of_rotation} ' ,
10
10
arguments : {
11
11
input_files : {
12
12
mesh : SURFACE_MESH_OBJ
@@ -17,11 +17,19 @@ tet-mesh: { # case of 'graphcut_labeling' applied on a 'tet-mesh' subfolder
17
17
others : {
18
18
compactness : {
19
19
default : 1,
20
- description : " compactness coeff"
20
+ description : compactness coeff
21
21
},
22
22
fidelity : {
23
23
default : 3,
24
- description : " fidelity coeff"
24
+ description : fidelity coeff
25
+ },
26
+ sensitivity : {
27
+ default : 1e-9,
28
+ description : sensitivity for the facet normals pre-processing
29
+ },
30
+ angle_of_rotation : {
31
+ default : 0.05,
32
+ description : angle of rotation for the facet normals pre-processing
25
33
}
26
34
}
27
35
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ tet-mesh: { # case of 'graphcut_labeling_gui' applied on a 'tet-mesh' subfolder
4
4
executable : {
5
5
path : AUTOMATIC_POLYCUBE,
6
6
filename : graphcut_labeling,
7
- command_line : ' {mesh} compactness={compactness} fidelity={fidelity} gui=true'
7
+ command_line : ' {mesh} compactness={compactness} fidelity={fidelity} sensitivity={sensitivity} angle_of_rotation={angle_of_rotation} gui=true'
8
8
},
9
9
output_folder : ' graphcut_labeling_%d' ,
10
10
arguments : {
@@ -17,11 +17,19 @@ tet-mesh: { # case of 'graphcut_labeling_gui' applied on a 'tet-mesh' subfolder
17
17
others : {
18
18
compactness : {
19
19
default : 1,
20
- description : " compactness coeff"
20
+ description : compactness coeff
21
21
},
22
22
fidelity : {
23
23
default : 3,
24
- description : " fidelity coeff"
24
+ description : fidelity coeff
25
+ },
26
+ sensitivity : {
27
+ default : 1e-9,
28
+ description : sensitivity for the facet normals pre-processing
29
+ },
30
+ angle_of_rotation : {
31
+ default : 0.05,
32
+ description : angle of rotation for the facet normals pre-processing
25
33
}
26
34
}
27
35
},
You can’t perform that action at this time.
0 commit comments