Introduction - If you have any usage issues, please Google them yourself
Mean filter is a typical linear filtering algorithm, it refers to the target pixel in the image to a template that includes the surrounding adjacent pixels (peripheral to the target pixel as the center of eight pixels to form a filter template, namely remove the target pixel itself), then the average of all the pixels in the template to replace the original pixel values.