Accusoft.ScanFixXpress8.Net
ApplyGaussianFilter(FilterGaussianOptions) Method




An object containing parameters that control the process.
Performs a Gaussian smoothing filter operation of the specified size on the image, placing the output in the specified center location.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub ApplyGaussianFilter( _
   ByVal options As FilterGaussianOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As FilterGaussianOptions
 
instance.ApplyGaussianFilter(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void ApplyGaussianFilter( 
   FilterGaussianOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void ApplyGaussianFilter( 
   FilterGaussianOptions* options
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void ApplyGaussianFilter( 
   FilterGaussianOptions^ options
) 

Parameters

options
An object containing parameters that control the process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown if required argument value is null
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
System.InvalidOperationExceptionThrown when method cannot operate correctly.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
Remarks

Note: Use this function if you wish to modify the parameters controlling the enhancement.

This filter has internal optimization for faster operation when the filter window is set to 3x3 or 5x5 size and output at the center of the window.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback