Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| isp:sharpness [2019/05/08 17:32] – created Igor Yefmov | isp:sharpness [2022/04/04 23:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Sharpness ====== | ====== Sharpness ====== | ||
| - | We define sharpness as the difference of brightness (the pixel' | + | We define sharpness as the difference of brightness (the pixel' |
| - | Sharpness for each pixel is calculated based on the values of immediately surrounding it pixels, only the luma component | + | Sharpness for each pixel is calculated based on the values of immediately surrounding it pixels, only the luma component |
| - | A pixel' | + | A pixel' |
| + | |||
| + | \[ | ||
| + | \left[ {\begin{array}{ccc} | ||
| + | 0 & -1 & 0 \\ | ||
| + | -1 & coef_5 & -1 \\ | ||
| + | 0 & -1 & 0 \\ | ||
| + | \end{array} } \right] | ||
| + | \] | ||
| - | | '' | ||
| - | | '' | ||
| - | | '' | ||