Jump to content

User:KCote/sandbox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by KCote (talk | contribs) at 04:37, 28 April 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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. ^ 1