Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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
HalfTonePatternCommandBitmapEffect 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.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.MaximumCommandBitmapEffect Erodes dark objects by the specified amount. This command is available in LEADTOOLS Document and Medical Imaging Toolkits.
MedianCommandBitmapEffect 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.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.MinimumCommandBitmapEffect Dilates dark objects by the specified amount.This command is available in LEADTOOLS LEADTOOLS Document and Medical Imaging toolkits.
MultiscaleEnhancementCommandBitmapEffect 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.
ResizeInterpolateCommandBitmapEffect Resizes images to the desired size using the specified algorithm.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.SubtractBackgroundCommandBitmapEffect Removes the background from the image. This command is available in LEADTOOLS Document and Medical Imaging toolkits.

Enumerations

 EnumerationDescription
HalfTonePatternCommandBitmapEffectsType This enumeration contains the possible halftone patterns.
MultiscaleEnhancementCommandBitmapEffectsFlags Flags that determine method behavior.
MultiscaleEnhancementCommandBitmapEffectsType Values that determine the type of filter used.
ResizeInterpolateCommandBitmapEffectsType Represents the algorithm type used in resizing the image.
SubtractBackgroundCommandBitmapEffectsFlags 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.
SubtractBackgroundCommandBitmapEffectsType 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