ΘρϵηΠατπ

Linear Image Filter
A linear image filter is a linear transformation mapping continous functions to continuous functions.
Discrete Convolution
Suppose that X1 and f,g:X are functions then we define the function fg:X×X by (fg)(i,j)=k,lXf(k,l)h(ik,jl)
Continuous Convolution
Suppose that Xn and that f,g:X are functions then we define the function fg as (fg)(x)=f(λ)h(xλ)dλ
Linear Shift Invariant Filter
Suppose that a l is a linear filter, and suppose that we have l(f)=g then we say that l is shift invariant when for any pdom(f) we have l(f(xp))=g(xp)
Box Function
We define boxϵ=χ[ϵ2,ϵ2] where we've used the characteristic function

Notice that with the box function we can create unit boxes by considering the functions boxαα for α>0

Every Convolution Is a Linear Shift Invariant Filter
As per title.
TODO: Add the proof here.

From the above proposition we can start to reason about what types of filters can or can't be written as a convolution, for example the converse of the above implise that if a filter is not linear and shift invariant then it cannot be a convolution. For example suppose you have an input image and then smooth it by doing the input convolved with a box, then you use a homography matrix to warp the image, if you compare the result with the image which is a result of doing the homography mapping without the smoothing first then it doesn't work, explain more

Dirac Comb
III(t)=n=δ(tnT)
Dirac Comb Convolved With a Function
f(t)III(t)=n=f(tnT)
TODO: Add the proof here.