To put it bluntly, convolutions can be confusing. Some might even call them convoluted! (Get it? Because we are talking about convolutions? A wise man once told me that all good jokes need additional clarification.)
Not only are convolutions hard to describe, but if they are not used in practice, it is hard to understand why they would ever be needed. I am going to do what I can to describe them in an intuitive way; however, I may need to come back to this in the future. Let me know if there is anything here that is unclear, and I will do what I can to clear it up.
As always, we should start at the start.
If you take two functions
provides a third function,
To answer this question, we will need to show off a few simple graphics and animations in the Convolutions in 1D section while also discussing the mathematical definition of convolutions.
After, there will be a brief discussion on an interesting application of one dimensional convolutions in integer multiplication in the Multiplication as a Convolution section.
We will then move on to the most stereotypical application of convolutions in the Convolutions of Images section, where we will also discuss two important filters: the Gaussian kernel and the Sobel operator.
As a note: convolutions can be extended to
The text of this chapter was written by James Schloss and is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
After initial licensing (#560), the following pull requests have modified the text or graphics of this chapter:
- none