You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Max absolute error: ~ 0.25 noise-sigma per pixel (for `beta=0.5`)
98
98
- Error scales with quantization (`beta` parameter)
99
-
- For default parameters (beta=0.5), the noise variance is increased by a ~1 % with respect to the original noise variance and no bias is introduced.
99
+
- For default parameters (`beta=0.5`), the noise variance is increased by a ~1 % with respect to the original noise variance and no bias is introduced.
100
100
101
101
## When to Use This Codec
102
102
@@ -110,10 +110,9 @@ The codec is designed to be **nearly lossless** for photon-limited data:
110
110
111
111
### Not Recommended ❌
112
112
113
-
- Data without Poisson noise (e.g., pre-processed images)
114
-
- Data where camera parameters are unknown and can't be estimated
115
-
- Data with very high dynamic range (> 16-bit)
116
-
- Data that has already been normalized or transformed
113
+
- Data with non-Poisson or non-stationalry noise (e.g., pre-processed images)
114
+
- Data where detector parameters are unknown and can't be estimated
115
+
- Data that has been transformed with a non-linear function (e.g. gamma correction)
0 commit comments