forked from Totoro97/Vid2Curve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
executable file
·42 lines (32 loc) · 1.04 KB
/
config.ini
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
[Global]
DataPath = ../examples/Fatcat
InitDepth = 1.0
ShrinkErrorWeight = 0.1
# Tunable parameters.
# The smooth weight in the iteration stage.
IteratingSmoothingWeight = 0.1
# The smooth weight at final stage.
FinalSmoothingWeight = 5.0
# The smooth weight at estimated radius.
RadiusSmoothingWeight = 10.0
# The parameter for radius based junction merge. Larger value will make more junctions into one.
# For more details of radius based junction merge, please see:
# Noris, G., Hornung, A., Sumner, R. W., Simmons, M., & Gross, M. (2013).
# Topology-driven vectorization of clean line drawings. ACM Transactions on Graphics (TOG), 32(1), 1-11.
RadiusDilation = 1.0
[Streamer]
StreamerType = IMAGE_STREAMER
[CurveExtractor]
ExtractionMethod = NAIVE
UseGPU = 0
[View]
EmphasizeMissingPaths = 1
[Model]
UpdatePointsMethod = SPLIT_AND_SOLVE
ViewWeightDistributionType = STD_DEV_THRESHOLD
SolverType = CERES
SmoothMethod = LAPLACIAN
FinalProcessMethod = RADIUS_BASED_MERGE_JUNCTION
AddLostPointsMethod = SEARCH
OutCurveFormat = SWEEP
OutputProcedureMesh = 0