smoothing

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

In image procesing, smoothing an image removes some of the fine detail. This may be used to remove noise or to look at different levels of detail, notably in a Laplacian-of-Gaussian filter. Smoothing filters may be a very simply averaging of an NxN area of pixels, or more complex such as applying a Gaussian filter.

Defined on page 249

Used on Chap. 7: page 139; Chap. 9: page 187; Chap. 12: pages 249, 250, 251, 252, 262, 276, 286; Chap. 14: page 333

Also known as smoothing filter, smoothing function

Applying a 2 x 2 smoothing filter