Accusoft.ImagXpressSdk Namespace > Processor Class : 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.
'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 )
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.
Before calling this method you must set an area using the SetArea method.
Note: Available in Professional edition.