2316 - Identify and discuss an example of a combined filtering process

Identify and discuss an example of a combined filtering process

Concepts

  • [IP3-6-1] Combined filtering
    Combined filtering uses different filters to arrive at more complex filters for specific purposes. For example, Laplacian filters are derivative filters used to find areas of rapid change (edges) in images. Since derivative filters are very sensitive to noise, it is common to smooth the image (e.g., using a Gaussian filter) before applying the Laplacian. This two-step process is called the Laplacian of Gaussian (LoG) operation.