-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParams.yaml
52 lines (49 loc) · 955 Bytes
/
Params.yaml
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
imageType:
Original: {}
Wavelet: {}
LBP3D:
binWidth: 1.0
LoG:
sigma: [1.0, 3.0, 5.0 ]
featureClass:
firstorder:
glcm: # Disable SumAverage by specifying all other GLCM features available
- 'Autocorrelation'
- 'JointAverage'
- 'ClusterProminence'
- 'ClusterShade'
- 'ClusterTendency'
- 'Contrast'
- 'Correlation'
- 'DifferenceAverage'
- 'DifferenceEntropy'
- 'DifferenceVariance'
- 'JointEnergy'
- 'JointEntropy'
- 'Imc1'
- 'Imc2'
- 'Idm'
- 'Idmn'
- 'Id'
- 'Idn'
- 'InverseVariance'
- 'MaximumProbability'
- 'SumEntropy'
- 'SumSquares'
glrlm:
glszm:
gldm:
setting:
normalize: true
normalizeScale: 100
binWidth: 25
interpolator: 'sitkBSpline'
resampledPixelSpacing: [1, 1, 1]
correctMask: true
voxelArrayShift: 300
force2D: true
force2Ddimension: 0
voxelSetting:
kernelRadius: 1
maskedKernel: true
voxelBatch: 10000