To transform these images the UNSHARPEN method was used. This is an old method that is used in ordinary photographic development too. How does it work ? First one creates a copy of the original image we will call B. Image B will now be filtered with a filter that calculates for every pixel the average of the surrounding pixels (including itself). This leads to an unsharp image, hence the name for the technique. So image B is now unsharp and A is the original. We now multiply all the pixels in A with for instance 3 and those in B with 2. Now we subtract the unsharp B from A and we get a sharpened image back. Different grades of sharpening can be used to find the most exceptable value. |