We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429f66 commit 7ff82e2Copy full SHA for 7ff82e2
_posts/2025-04-22-naive-even-ilumination.md
@@ -86,7 +86,7 @@ plane_centered /= max(np.std(plane_centered), tol)
86
Counteract uneven illumination by subtracting the (scaled) plane from the original image:
87
88
$$
89
-I_{\text{out}} = I + \alpha \cdot \text{Plano centrado} \cdot 127
+I_{\text{out}} = I + \alpha \cdot \text{Centered plane} \cdot 127
90
91
92
Finally, clip values to valid range and convert back to `uint8`:
0 commit comments