Skip to content

Commit 7ff82e2

Browse files
committed
.
1 parent 7429f66 commit 7ff82e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-22-naive-even-ilumination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ plane_centered /= max(np.std(plane_centered), tol)
8686
Counteract uneven illumination by subtracting the (scaled) plane from the original image:
8787

8888
$$
89-
I_{\text{out}} = I + \alpha \cdot \text{Plano centrado} \cdot 127
89+
I_{\text{out}} = I + \alpha \cdot \text{Centered plane} \cdot 127
9090
$$
9191

9292
Finally, clip values to valid range and convert back to `uint8`:

0 commit comments

Comments
 (0)