Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Leadtools.Windows.Media.Effects.Core Namespace
See Also  Inheritance Hierarchy
Overview and description of classes and enumerations that provide filters and transforms to process images. It includes methods like multiscale enhancement and resize interpolation.

Classes

 ClassDescription
ClassHalfTonePatternCommandBitmapEffect Creates a halftone screen effect for an image while keeping its continuous range of tones. This method is available in LEADTOOLS Document and Medical Imaging toolkits.
ClassMaximumCommandBitmapEffect Erodes dark objects by the specified amount. This command is available in LEADTOOLS Document and Medical Imaging Toolkits.
ClassMedianCommandBitmapEffect Changes the color of each pixel in an image to the median color of pixels in its neighborhood. This is similar to the Leadtools.Windows.Media.Effects.Effects.AverageCommandBitmapEffect command, but it is used for noise reduction, rather than a blur effect.
ClassMinimumCommandBitmapEffect Dilates dark objects by the specified amount.This command is available in LEADTOOLS LEADTOOLS Document and Medical Imaging toolkits.
ClassMultiscaleEnhancementCommandBitmapEffect Enhances an image’s contrast, edges, and density range for use in Computed Radiography (CR), in a way that all relevant image features are rendered with an appropriate level of visibility.
ClassResizeInterpolateCommandBitmapEffect Resizes images to the desired size using the specified algorithm.
ClassSubtractBackgroundCommandBitmapEffect Removes the background from the image. This command is available in LEADTOOLS Document and Medical Imaging toolkits.

Enumerations

 EnumerationDescription
EnumerationHalfTonePatternCommandBitmapEffectsType This enumeration contains the possible halftone patterns.
EnumerationMultiscaleEnhancementCommandBitmapEffectsFlags Flags that determine method behavior.
EnumerationMultiscaleEnhancementCommandBitmapEffectsType Values that determine the type of filter used.
EnumerationResizeInterpolateCommandBitmapEffectsType Represents the algorithm type used in resizing the image.
EnumerationSubtractBackgroundCommandBitmapEffectsFlags Flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background. You must select one from each group.
EnumerationSubtractBackgroundCommandBitmapEffectsType Enumerated values that represent the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.

See Also