PublicProperty UnsharpEnhancement As System.Single
public System.float UnsharpEnhancement {get; set;}
Remarks
Effectively, a moving average image is created with a filter length of UnsharpLength, and
then subtracted from the original image to leave an enhanced image. The relative contributions of the
original and averaged images are controlled by UnsharpEnhancement, higher values giving a greater degree
of enhancement, but the factors are adjusted so that the pixel values remain unchanged where there are
no edges.