🌅 Image filtering
= applying a filter to an image :
⚙️ System Theory
- filter: system
- image: signal -> convolution can also be performed
Types
Linear filters
- 🏙️ Image derivative: Derivative filters
- e.g. [-1, 0, 1]
- gaussian filter
- -> smoothing
Search
Oct 08, 2025, 1 min read
= applying a filter H to an image f: H(f(x,y))=r(x,y)