ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / FilterWithUnsharpMask Method / FilterWithUnsharpMask(ImGearRasterPage,Double,Int32,Int32,ImGearChannelRange) Method
Page to filter.
Radius of unsharp mask.
Amount of unsharpening.
Unsharpening threshold.
Channel range.




In This Topic
    FilterWithUnsharpMask(ImGearRasterPage,Double,Int32,Int32,ImGearChannelRange) Method
    In This Topic
    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, _
       ByVal channels As ImGearChannelRange _
    ) 
    'Usage
     
    Dim page As ImGearRasterPage
    Dim radius As Double
    Dim amount As Integer
    Dim threshold As Integer
    Dim channels As ImGearChannelRange
     
    ImGearRasterProcessing.FilterWithUnsharpMask(page, radius, amount, threshold, channels)
    public static void FilterWithUnsharpMask( 
       ImGearRasterPage page,
       double radius,
       int amount,
       int threshold,
       ImGearChannelRange channels
    )
    public: static void FilterWithUnsharpMask( 
       ImGearRasterPage* page,
       double radius,
       int amount,
       int threshold,
       ImGearChannelRange channels
    ) 
    public:
    static void FilterWithUnsharpMask( 
       ImGearRasterPage^ page,
       double radius,
       int amount,
       int threshold,
       ImGearChannelRange channels
    ) 

    Parameters

    page
    Page to filter.
    radius
    Radius of unsharp mask.
    amount
    Amount of unsharpening.
    threshold
    Unsharpening threshold.
    channels
    Channel range.
    Remarks
    This method processes a specified range of channels.
    Example
    See Also