-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetting.json
More file actions
46 lines (46 loc) · 1.52 KB
/
Copy pathsetting.json
File metadata and controls
46 lines (46 loc) · 1.52 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
{
"main_color_mean": 175.0,
"main_color_std": 15,
"main_radius_gausse_blur": 5,
"main_sigma_gausse_blur": 1.95,
"main_min_gausse_noise_value": 6,
"main_max_gausse_noise_value": 15,
"main_noise_color_mean": 30.0,
"main_noise_color_std": 15,
"main_noise_w": 3,
"axon_shell_color_mean": 65.0,
"axon_shell_color_std": 10.0,
"axon_back_color_diff_mean": 50.0,
"axon_back_color_diff_std": 10.0,
"membrane_thickness_mean": 3.0,
"membrane_thickness_std": 1.0,
"membrane_color_mean": 6.0,
"membrane_color_std": 5.0,
"membrane_space_thickness_max": 2.0,
"mitohondrion_shell_color_mean": 40.0,
"mitohondrion_shell_color_std": 5.0,
"mitohondrion_back_color_mean": 100.0,
"mitohondrion_back_color_std": 20.0,
"mitohondrion_cristae_shell_color_mean": 30.0,
"mitohondrion_cristae_shell_color_std": 0.0,
"mitohondrion_cristae_color_mean": 170.0,
"mitohondrion_cristae_color_std": 5.0,
"mitohondrion_border_w_min": 2.0,
"mitohondrion_border_w_max": 4.0,
"mit_len_min": 26,
"mit_len_max": 196,
"psd_back_color_mean": 15.0,
"psd_back_color_std": 10.0,
"psd_addcolor_mean": 150.0,
"psd_addcolor_std": 20.0,
"psd_centerline_color_mean": 115.0,
"psd_centerline_color_std": 15.0,
"vesicles_shell_color_mean": 20.0,
"vesicles_shell_color_std": 10.0,
"vesicles_back_color_mean": 130.0,
"vesicles_back_color_std": 10.0,
"vesicles_border_w": 1,
"poisson_noise": 40,
"spam_color_mean": 87,
"spam_color_std": 10
}