Subtracts the low resolution image from a normal resolution image to create a masked image. This is in effect, the combining of a noise-cleaning filter with a sharpening filter.
Visual Basic |
---|
Public Sub Unsharpen( _ ByVal IPUnsharpenI As Integer _ ) |
- IPUnsharpenI
The Unsharpening intensity level.
Valid values are between 1 and 10.
Higher intensities resulting in a larger magnitude of filter processing.
Edges within the image are sharpened, while other areas are softened.
Note: Available in Professional Edition.