-
Notifications
You must be signed in to change notification settings - Fork 3
/
bm3d.par
52 lines (36 loc) · 1.08 KB
/
bm3d.par
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
#### Parameters for the BM3D filter
### Specify source file and ground truth (if available)
sourcePath dome_512_25.tif
groundTruthPath dome_512.png
### Specify output directory
outputDir "./"
### Console output
quietMode 0
### BM3D Options
## Noise type ( noiseType )
# G = additive Gaussian white noise (AGWN)
# P = Poisson noise
# CMOS = Mixed scaled Poisson-Gaussian
noiseType G
## Noise parameters
# G: Z = lambda + Normal ( 0, sigma )
# P: Z = Poisson ( lambda )
# CMOS: Z = alpha * Poisson ( lambda ) + Normal ( mu, sigma )
#alpha 1
sigma 25
#mu 0
## Parameters for noise analysis
#levelSetNumPointsPerSample 32
#levelSetNumSamples 100
#levelSetOverSamplingFactor 10
#cropBordersBeforeAnalysis 1
## Similarity search method ( similaritySearchMethod )
# l = use local window
# gl = search in entire image
similaritySearchMethod l
### BM3D parameters
## Block size
# Size of the blocks that are compared with each other
# Larger blocks increase robustness of similarity measure against noise, but also the computational complexity
# Must be a power of two (8, 16, etc.)
blockSize 8