Accusoft.ImagXpress13.Net
RemoveDust Method




An integer value which represents the defect threshold.

The range is from -255 to 255.

An integer value which represents the defect filter adjustment.

The range is from -6 to 2.

An integer value which represents the defect smoothing adjustment.

The range is from -5 o 100.

A DefectType.
Removes what appears to be dust on the image by the given parameters.
Syntax
'Declaration
 
Public Sub RemoveDust( _
   ByVal defectThreshold As Integer, _
   ByVal defectFilterAdjustment As Integer, _
   ByVal defectSmoothingAdjustment As Integer, _
   ByVal defectType As DefectType _
) 
'Usage
 
Dim instance As Processor
Dim defectThreshold As Integer
Dim defectFilterAdjustment As Integer
Dim defectSmoothingAdjustment As Integer
Dim defectType As DefectType
 
instance.RemoveDust(defectThreshold, defectFilterAdjustment, defectSmoothingAdjustment, defectType)
public void RemoveDust( 
   int defectThreshold,
   int defectFilterAdjustment,
   int defectSmoothingAdjustment,
   DefectType defectType
)
public: void RemoveDust( 
   int defectThreshold,
   int defectFilterAdjustment,
   int defectSmoothingAdjustment,
   DefectType defectType
) 
public:
void RemoveDust( 
   int defectThreshold,
   int defectFilterAdjustment,
   int defectSmoothingAdjustment,
   DefectType defectType
) 

Parameters

defectThreshold

An integer value which represents the defect threshold.

The range is from -255 to 255.

defectFilterAdjustment

An integer value which represents the defect filter adjustment.

The range is from -6 to 2.

defectSmoothingAdjustment

An integer value which represents the defect smoothing adjustment.

The range is from -5 o 100.

defectType
A DefectType.
Remarks

Before calling this method you must set an area using the SetArea method.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback