VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Classes SeeAlso
In This Topic
    Vintasoft.Imaging.ImageProcessing.Filters Namespace (Vintasoft.Imaging)
    In This Topic
    Contains classes, which allow to apply filters to the images.
    Classes
     ClassDescription
    ClassAdds noise to an image.
    ClassApplies the blur filter to an image.
    ClassApplies the Canny edge detector filter to an image.
    ClassProvides a base class for processing commands based on convolution filter.
    ClassApplies the convolution filter to an image.
    ClassApplies the morphological dilate filter to an image. This filter widens and enhances dark areas of the image.
    ClassApplies the edge detection filter to an image.
    ClassApplies the emboss filter to an image.
    ClassApplies the morphological erode filter to an image. This filter widens and enhances bright areas of the image.
    ClassApplies the gaussian blur filter to an image.
    ClassApplies the arithmetic maximum filter to an image. The maximum filter is defined as the maximum of all pixels within a local region of an image.
    ClassApplies the arithmetic mean filter to an image.
    ClassApplies the arithmetic median filter to an image. The median filter is defined as the median of all pixels within a local region of an image.
    ClassApplies the arithmetic midpoint filter to an image.
    ClassApplies the arithmetic minimum filter to an image. The minimum filter is defined as the minimum of all pixels within a local region of an image.
    ClassApplies the sharpen filter to an image.
    See Also