Provides UnsharpMask filtering.
Syntax
'Declaration
Public Overloads Shared Sub FilterWithUnsharpMask( _
ByVal As ImGearRasterPage, _
ByVal As Double, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim page As ImGearRasterPage
Dim radius As Double
Dim amount As Integer
Dim threshold As Integer
ImGearRasterProcessing.FilterWithUnsharpMask(page, radius, amount, threshold)
public static void FilterWithUnsharpMask(
ImGearRasterPage ,
double ,
int ,
int
)
public: static void FilterWithUnsharpMask(
ImGearRasterPage* ,
double ,
int ,
int
)
public:
static void FilterWithUnsharpMask(
ImGearRasterPage^ ,
double ,
int ,
int
)
Parameters
- page
- Page to filter.
- radius
- Radius of unsharp mask.
- amount
- Amount of unsharpening.
- threshold
- Unsharpening threshold.
See Also