Sharpen and Blur using same technology:
- Multiplying each pixel and it neighbors by a numerical matrix
- This matrix can easily move over each pixel in the image, so that each pixel can multiply by the appropriate matrix value, then the result will be replaced to the central pixel.
3x3 sizes are generally the most useful, because they affect each pixel directly adjacent neighbors.
