Accusoft.ImagXpress13.Net
DocumentDespeckle Method




An integer value from 1 to 100 which represents the maximum width an object is considered a speck. The default value is 2.
An integer value from 1 to 100 which represents the maximum height an object is considered a speck. The default value is 2.
Detects and removes specks from the current image.
Syntax
'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
) 

Parameters

SpeckWidth
An integer value from 1 to 100 which represents the maximum width an object is considered a speck. The default value is 2.
SpeckHeight
An integer value from 1 to 100 which represents the maximum height an object is considered a speck. The default value is 2.
Remarks

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.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback