Search Results for

    Show / Hide Table of Contents

    Class BilateralFilter

    A filter to apply bilateral smoothing to an image.

    Inheritance
    System.Object
    BilateralFilter
    Implements
    IImageFilter
    Namespace: IronBarCode
    Assembly: IronBarCode.dll
    Syntax
    public class BilateralFilter : Object, IImageFilter

    Constructors

    BilateralFilter()

    Initializes a new instance of the BilateralFilter class.

    Declaration
    public BilateralFilter()

    BilateralFilter(Int32, Single, Single)

    Initializes a new instance of the BilateralFilter class.

    Declaration
    public BilateralFilter(int neighborhoodDiameter, float sigmaColor, float sigmaSpace)
    Parameters
    Type Name Description
    System.Int32 neighborhoodDiameter

    Diameter of the pixel neighborhood used for filtering.

    System.Single sigmaColor

    'Sigma' value representing the "weight" of how pixels will influence each other, based on color.

    System.Single sigmaSpace

    'Sigma' value representing the "weight" of how pixels will influence each other, based on distance.

    Properties

    NeighborhoodDiameter

    Diameter of the pixel neighborhood used for filtering. Default = 5.

    Declaration
    public int NeighborhoodDiameter { get; set; }
    Property Value
    Type Description
    System.Int32

    SigmaColor

    'Sigma' value representing the "weight" of how pixels will influence each other, based on color. Default = 75.0. A higher value means colors that colors that are more different will influence each other more.

    Declaration
    public float SigmaColor { get; set; }
    Property Value
    Type Description
    System.Single

    SigmaSpace

    'Sigma' value representing the "weight" of how pixels will influence each other, based on distance. Default = 75.0. A higher value means that pixels that are farther apart will influence each other more.

    Declaration
    public float SigmaSpace { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IImageFilter
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronBarcode to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronBarcode free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.