1. Image filtering involves applying convolution operations to images using filters like box filters and Gaussian filters. This smooths images by averaging pixel neighborhoods.
2. Gaussian filters are commonly used to smooth images as they produce realistic blurring effects. The amount of smoothing depends on the Gaussian's variance parameter.
3. Template matching uses correlation or convolution to find regions in an image that match a template pattern. It is commonly used for tasks like object detection.