Image Filters
- GaussianFilter — apply a gaussian filter to an image
- ImageConvolve — give the convolution of image with kernel
- MaxFilter — replace every pixel value by the maximum in a neighborhood
- MedianFilter — replace every pixel value by the median in a neighborhood
- MinFilter — replace every pixel value by the minimum in a neighborhood