> See also:
> - [[Fourier Transforms]]
# Image Processing
Non Linear Regression
## Filtering Operations
https://www.theobjects.com/dragonfly/dfhelp/3-5/Content/05_Image%20Processing/Morphology%20Filters.htm
Digital images are based on individual pixels and can be represented
This matrix of pixels of often called a **kernel**.
There are different "structuring element" that can run across the image kernel
Dilation is image expansion while erosion is image shrinkage.
---
Erosion - Dilation -> Opening
- Allowing for removing connections due to the loss
---
### Blurring & De-noising
> "Sldie a window (of a certain dimension) over every possible"
$| -1 | 0 | 1|$