forked from jasonkena/L1-Skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_skeleton_config.json
More file actions
74 lines (74 loc) · 2.69 KB
/
default_skeleton_config.json
File metadata and controls
74 lines (74 loc) · 2.69 KB
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
73
74
{
"data": {
"Init Radius Para": 1.0,
"Down Sample Num": 1000,
"CGrid Radius": 0.2
},
"skeleton": {
"Max Num Iterations": 500,
"Repulsion Power": 1.0,
"Average Power": 2.0,
"Num Of Iterate Time": 1,
"Algorithm Name": "Skeletonization",
"CGrid Radius": 0.2,
"H Gaussian Para": 4,
"Need Compute Density": true,
"Current Movement Error": 0.0,
"Run Auto Wlop One Step": false,
"Run Auto Wlop One Stage": false,
"The Skeletonlization Process Should Stop": false,
"Step1 Detect Skeleton Feature": false,
"Step2 Run Search New Branchs": false,
"Step3 Clean And Update Radius": false,
"Run Skeletonlization": false,
"Max Iterate Time": 55,
"Stop And Grow Error": 0.0005,
"Initial Radius": -1.0,
"Radius Update Speed": 0.5,
"Repulsion Mu": 0.35,
"Repulsion Mu2": 0.15,
"Follow Sample Radius": 0.33,
"Follow Sample Max Angle": 80,
"Inactive And Keep Virtual Angle": 60,
"Save Virtual Angle": 30,
"Grow Accept Sigma": 0.8,
"Bad Virtual Angle": 101,
"Combine Too Close Threshold": 0.01,
"Sigma KNN": 6,
"Eigen Feature Identification Threshold": 0.901,
"Branches Search Angle": 25,
"Virtual Head Accecpt Angle": 25,
"Snake Search Max Dist Blue": 0.4,
"Accept Branch Size": 6,
"Branch Search Max Dist Yellow": 0.1,
"Branches Merge Max Dist": 0.08,
"Branch Search KNN": 12,
"Combine Similar Angle": 140,
"Grow Search Radius": 0.15,
"Add Accept Branch Size": 1,
"Clean Near Branches Dist": 0.05,
"Fix Original Weight": 0.91,
"Curve Segment Length": 0.051,
"Fix Original Mode": 4,
"Run ALL Segment": false,
"Need Segment Right Away": true,
"Max Stop Radius": 1.99,
"Use Nearby Combine Strategy": true,
"Use Go Through Strategy": false,
"Use Aggresive Growth Strategy": false,
"Use Clean Points When Following Strategy": true,
"Use All Connect Strategy": true,
"Use Plus Perpendicular Dist Strategy": false,
"Use Kill Too Close Strategy": false,
"Use Compute Eigen Ignore Branch Strategy": true,
"Use Virtual Group Merge Strategy": false,
"Use Final Merge Strategy": true,
"Use Search New Twice Strategy": false,
"Inactive Overlap Strategy": false,
"Move Overlap Strategy": false,
"Use Virtual Near Body Stop Strategy": true,
"Need To Keep Big Bug": false,
"Change Strategy Radius": 0.45,
"Need Recentering": true
}
}