Accusoft.ImagXpressSdk Namespace > Processor Class : DocumentDespeckle Method |
'Declaration Public Sub DocumentDespeckle( _ Optional ByVal SpeckWidth As Short, _ Optional ByVal SpeckHeight As Short _ )
'Usage Dim instance As Processor Dim SpeckWidth As Short Dim SpeckHeight As Short instance.DocumentDespeckle(SpeckWidth, SpeckHeight)
public void DocumentDespeckle( short SpeckWidth, short SpeckHeight )
public: void DocumentDespeckle( short SpeckWidth, short SpeckHeight )
public: void DocumentDespeckle( short SpeckWidth, short SpeckHeight )
Despeckle is the process of removing random specks of noise from an image. The DocumentDespeckle 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.
Note: Available in Professional edition.