ImageGear .NET - Updated
FilterWithUnsharpMask(ImGearRasterPage,Double,Int32,Int32) Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > FilterWithUnsharpMask Method : FilterWithUnsharpMask(ImGearRasterPage,Double,Int32,Int32) Method
Page to filter.
Radius of unsharp mask.
Amount of unsharpening.
Unsharpening threshold.
Provides UnsharpMask filtering.
Syntax
'Declaration
 
Public Overloads Shared Sub FilterWithUnsharpMask( _
   ByVal page As ImGearRasterPage, _
   ByVal radius As Double, _
   ByVal amount As Integer, _
   ByVal threshold 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 page,
   double radius,
   int amount,
   int threshold
)
public: static void FilterWithUnsharpMask( 
   ImGearRasterPage* page,
   double radius,
   int amount,
   int threshold
) 
public:
static void FilterWithUnsharpMask( 
   ImGearRasterPage^ page,
   double radius,
   int amount,
   int threshold
) 

Parameters

page
Page to filter.
radius
Radius of unsharp mask.
amount
Amount of unsharpening.
threshold
Unsharpening threshold.
Remarks
This method processes color channels only.
See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List
ImGearRasterPage Class