forked from choosehappy/HistoQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_first.ini
65 lines (48 loc) · 1.62 KB
/
config_first.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[pipeline]
steps= BasicModule.getBasicStats
BasicModule.getMag
LightDarkModule.getIntensityThresholdPercent:tissue
HistogramModule.compareToTemplates
HistogramModule.getHistogram
BrightContrastModule.getContrast
BrightContrastModule.getBrightnessGray
BrightContrastModule.getBrightnessByChannelinColorSpace:RGB
BrightContrastModule.getBrightnessByChannelinColorSpace:YUV
SaveModule.saveFinalMask
SaveModule.saveThumbnails
BasicModule.finalComputations
[BaseImage.BaseImage]
image_work_size = 1.25x
[BasicModule.getBasicStats]
image_work_size = 1.25x
[BasicModule.getMag]
confirm: False
[LightDarkModule.getIntensityThresholdPercent:tissue]
name: nonwhite
upper_threshold: .9
lower_var: 10
[HistogramModule.compareToTemplates]
limit_to_mask: True
bins: 20
templates= ./templates/template1.png
./templates/template2.png
./templates/template3.png
./templates/template4.png
[HistogramModule.getHistogram]
limit_to_mask: True
bins: 20
[BrightContrastModule.getContrast]
limit_to_mask: True
[BrightContrastModule.getBrightnessGray]
limit_to_mask: True
[BrightContrastModule.getBrightnessByChannelinColorSpace:RGB]
limit_to_mask: True
[BrightContrastModule.getBrightnessByChannelinColorSpace:YUV]
limit_to_mask: True
#pick a color space in the list from ‘RGB’, ‘HSV’, ‘RGB CIE’, ‘XYZ’, ‘YUV’, ‘YIQ’, ‘YPbPr’, ‘YCbCr’ : http://scikit-image.org/docs/dev/api/skimage.color.html#skimage.color.convert_colorspace
to_color_space: YUV
[SaveModule.saveFinalMask]
overlay: True
[SaveModule.saveThumbnails]
image_work_size: 1.25x
small_dim: 500