AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : DocumentDespeckle Method |
The maximum pixel width an object is considered a speck.
Range: 1 - 100
Typical: 2
The maximum pixel height an object is considered a speck.
Range: 1 - 100
Typical: 2
Visual Basic |
---|
Public Sub DocumentDespeckle( _ ByVal SpeckWidth As Integer, _ ByVal SpeckHeight As Integer _ ) |
The maximum pixel width an object is considered a speck.
Range: 1 - 100
Typical: 2
The maximum pixel height an object is considered a speck.
Range: 1 - 100
Typical: 2
Despeckle is the process of removing random specks of noise from an image. This method examines the current image to find objects meeting the current criteria for specks and then removes them. If no parameters are provided, the defaults are used.
Output
Using the DocumentDespeckle method
Note: Available in Professional Edition.