From b84791f4a35a3fa0d860f78f390015fc53ad5890 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:57:14 +0100 Subject: [PATCH] Add IPCV missing annotation --- .../module1/sections/_spatial_filtering.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image-processing-and-computer-vision/module1/sections/_spatial_filtering.tex b/src/image-processing-and-computer-vision/module1/sections/_spatial_filtering.tex index 0a17b95..b0997e4 100644 --- a/src/image-processing-and-computer-vision/module1/sections/_spatial_filtering.tex +++ b/src/image-processing-and-computer-vision/module1/sections/_spatial_filtering.tex @@ -167,7 +167,7 @@ where $\tilde{I}(p)$ is the real information. & \text{sifting property} \\ % &= \int_{-\infty}^{+\infty}\int_{-\infty}^{+\infty} T\left\{ i(\alpha, \beta) \delta(x-\alpha, y-\beta) \right\} \,\text{d}\alpha\,\text{d}\beta - & \\ + & \text{linearity of $T\{ \cdot \}$} \\ % &= \int_{-\infty}^{+\infty}\int_{-\infty}^{+\infty} i(\alpha, \beta) T\left\{ \delta(x-\alpha, y-\beta) \right\} \,\text{d}\alpha\,\text{d}\beta & \text{linearity of $T\{ \cdot \}$} \\