Skip to content

Commit 6b26c55

Browse files
committed
update readme
1 parent ffbd0ab commit 6b26c55

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
![](https://repository-images.githubusercontent.com/620222816/4fea6dfa-d35c-42b2-8ff5-4e697fd39bd5)
44

5-
Global seamless parametrization algorithm for triangular meshes using Cartan's method of moving frames
5+
Global seamless parametrization algorithm for triangular meshes using Cartan's method of moving frames. Code associated with the following publication:
6+
7+
[_The method of moving frames for surface global parametrization_, Guillaume Coiffier and Etienne Corman, _Transaction on Graphics_, 2023](https://dl.acm.org/doi/abs/10.1145/3604282)
68

79
## Installation and dependencies
810

@@ -65,23 +67,23 @@ options:
6567
-n N_ITER_MAX, --n-iter-max N_ITER_MAX
6668
maximum number of iterations in optimization
6769
70+
-feat, --detect-features
71+
enables feature detection and alignment.
72+
6873
-dist {none,lscm,arap,area}, --distortion {none,lscm,arap,area}
6974
choice of distortion energy
7075
71-
-fbnd, --free-boundary
72-
Free boundary - No cones mode
73-
7476
-init-mode {auto,zero,smooth,curv,random}, --init-mode {auto,zero,smooth,curv,random}
75-
Initialization mode for frame field and rotations. Set to 'auto' by default, i.e. 'zero' if features are enable and 'smooth' otherwise
77+
Initialization mode for frame field and rotations. Set to 'auto' by default, i.e. 'zero' if features are enabled and 'smooth' otherwise
7678
7779
-optim-fixed-ff, --optim-fixed-ff
7880
Runs the optimization with a fixed pre-computed frame field.
7981
82+
-fbnd, --free-boundary
83+
Free boundary - No cones mode
84+
8085
-order ORDER, --order ORDER
81-
order of the frame field
82-
83-
-feat, --detect-features
84-
enables feature detection and alignment
86+
order of the frame field (number of branches)
8587
8688
-no-tqdm, --no-tqdm
8789
disables tqdm progress bar
@@ -120,6 +122,9 @@ options:
120122
-n N_ITER_MAX, --n-iter-max N_ITER_MAX
121123
maximum number of iterations in optimization
122124
125+
-feat, --detect-features
126+
enables feature detection and alignment
127+
123128
-dist {none,lscm,lscm_metric,arap,arap_metric,id,id_cst,id_metric,area,area_metric}, --distortion {none,lscm,lscm_metric,arap,arap_metric,id,id_cst,id_metric,area,area_metric}
124129
choice of distortion
125130
@@ -129,9 +134,6 @@ options:
129134
-optim-fixed-ff, --optim-fixed-ff
130135
Runs the optimization with a fixed frame field.
131136
132-
-feat, --detect-features
133-
enables feature detection and alignment
134-
135137
-no-tqdm, --no-tqdm
136138
disables tqdm progress bar
137139

0 commit comments

Comments
 (0)