![]() |
MSPM0_ValvanoWare
1.0
ECE445L starter code
|
Various implementations of the median filter. More...
Go to the source code of this file.
Functions | |
| uint32_t | median5 (uint32_t u[5]) |
| 5-wide median filter More... | |
| int8_t | Median (int8_t x) |
| 3-wide median filter More... | |
| int8_t | Median3 (int8_t u1, int8_t u2, int8_t u3) |
| 3-wide median filter More... | |
| int8_t | Median5 (int8_t x) |
| 5-wide median filter More... | |
| int8_t | Median7 (int8_t x) |
| 7-wide median filter More... | |
Various implementations of the median filter.
Median filters are typically used to remove outliers (shot noise)