AI/Computer Vision Materials
4.1 Filtering vs Convolution
쵸빙
2020. 8. 5. 22:12
In this class, we will learn about Filtering vs Convolution.
● Filters
We have learned Box, Gaussian, Sobel, Laplace filters.
Let's compare Filtering and Convolution.
There is a difference between filtering and convolution.
Filter flipped vertically and horizontally.
● Derivative Theorem of Convolution
① Commutative
- can move stuff around
② Associative
- can regroup things
③ Distributes over addition
- can take things through parenthesis
④ Scalars factor out
In next class, we will find out how to define boundaries.