Jump to content

Kernel (image processing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Maecken2 (talk | contribs) at 08:27, 23 November 2012 (Created page with 'In Image processing, a kernel is (usually) a small square matrix used for smoothing or sharpening purposes. This is done by calculating the convolution b...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In Image processing, a kernel is (usually) a small square matrix used for smoothing or sharpening purposes. This is done by calculating the convolution between an image and a kernel.

A kernel is created by defining weights of neighbor pixels to a center pixel. The product of weights and pixel values are then summed up to find the new value of the center pixel.

References

* Ludwig, Jamie (n.d.), "Image Convolution". Portland State University. http://web.pdx.edu/~jduh/courses/Archive/geog481w07/Students/Ludwig_ImageConvolution.pdf