User:KCote/sandbox
Appearance
Digital Image Processing
In digital image processing the affine transformations scale, rotate, translate, mirror and sheer images as the following examples show:[1]
Transformation Name | Affine Matrix | Example |
---|---|---|
Identity | ||
Edge detection | ||
Sharpen | ||
Box blur (normalized) |
||
Gaussian blur 3 × 3 (approximation) |
||
Gaussian blur 5 × 5 (approximation) |
||
Unsharp masking 5 × 5 Based on Gaussian blur with amount as 1 and threshold as 0 (with no image mask) |
The above are just a few examples of effects achievable by convolving kernels and images.
Origin
The origin is the position of the kernel which is above (conceptually) the current output pixel. This could be outside of the actual kernel, though usually it corresponds to one of the kernel elements. For a symmetric kernel, the origin is usually the center element.
- ^ 1