Linear Image Filter
A linear image filter is a linear transformation mapping continous functions to continuous functions.
Discrete Convolution
Suppose that and are functions then we define the function by
Continuous Convolution
Suppose that and that are functions then we define the function as
Linear Shift Invariant Filter
Suppose that a is a linear filter, and suppose that we have then we say that is shift invariant when for any we have
Box Function
We define where we've used the characteristic function
Notice that with the box function we can create unit boxes by considering the functions for
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
Dirac Comb Convolved With a Function
TODO: Add the proof here.