Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Leadtools.Windows.Media.Effects.Effects Namespace
See Also  Inheritance Hierarchy
Overview and description of classes and enumerations that provide filters and transforms to process images. It includes methods to smooth, sharpen, detect edges, etc.

Classes

 ClassDescription
ClassAddNoiseCommandBitmapEffect Adds random pixels to an image, letting you specify the percentage of coverage and the color plane.
ClassAverageCommandBitmapEffect Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect.
ClassBinaryFilterCommandBitmapEffect Imposes a binary filter on an image. This command is available in LEADTOOLS Document and Medical Imaging toolkits.
ClassColorHalftoneCommandBitmapEffect Shows the effect of using an enlarged halftone screen on each image channel. The filter divides the image into rectangles and replaces each rectangle with circles. Each channel has a separate grid of circles, and has its own angle setting. The size of each circle is proportional to the brightness of the rectangle that it is replacing. This method is available in LEADTOOLS Document and Medical Imaging toolkits.
ClassCubismCommandBitmapEffect Remaps the image into a collection of rotated rectangles (cubic faces) so that it appears to have been created in the Cubist art style.
ClassEdgeDetectEffectCommandBitmapEffect Performs edge detection on the image.
ClassEmbossCommandBitmapEffect Applies an emboss effect to an image, letting you specify the depth and direction of the effect.
ClassGaussianCommandBitmapEffect Smooths or blurs an image by applying a Gaussian filter to the specified image.
ClassHighPassCommandBitmapEffect Removes low frequency details in an image, resulting in a sharpened image.
ClassMaskConvolutionCommandBitmapEffect Applies various 3d effects to an image.
ClassMosaicCommandBitmapEffect Imposes a mosaic effect on an image by dividing the image into tiles of a specified size and changing the color of all pixels in each tile to the average color of pixels within the tile.
ClassMotionBlurCommandBitmapEffect Applies a filter, which creates the illusion of movement in an image.
ClassOilifyCommandBitmapEffect Applies an oil-painting effect to the image.
ClassSharpenCommandBitmapEffect Increases or decreases the sharpness of a specific image.
ClassSmoothEdgesCommandBitmapEffect Smoothes the rough edges in the image.
ClassSpatialFilterCommandBitmapEffect Imposes a spatial filter on an image. This command is available in LEADTOOLS Document and Medical Imaging toolkits.
ClassUnsharpMaskCommandBitmapEffect Sharpens the image by applying the unsharp mask.

Enumerations

 EnumerationDescription
EnumerationCubismCommandBitmapEffectsFlags Flags that indicate the background color, cube shape and cube orientation.
EnumerationEdgeDetectEffectCommandBitmapEffectsType Flag that indicates the type of edge to generate.
EnumerationEmbossCommandBitmapEffectsDirection Enumerated values used to determine the direction of the apparent light source.
EnumerationMaskConvolutionCommandBitmapEffectsType Enumeration that indicates which mask to use in the convolution process.
EnumerationRasterColorBitmapEffectsChannel Indicate the channel that will be used in image processing methods.
EnumerationUnsharpMaskCommandBitmapEffectsColorType Enumeration that indicates the color space in which to apply the mask.

See Also