The Minimum filter is used, similar to the median filter, to eliminate isolated, faulty pixels. Each pixel is replaced with its neighbour with the lowest gray or color value. The size of the neighbourhood is defined by the filter size.
The minimum filter darkens the image a little bit.