The operation replaces each pixel with the maximum (brightest) value in
a 3x3 neighborhood, thus enlarging bright regions. This is the
same as using the maximum operation with a radius 1. The operation can
be applied repeatedly on the same image for a given number of
times.