LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Leadtools.ImageProcessing.Effects Namespace

Inheritance Hierarchy
Overview and description of filters and transforms to process images (or selected portions). It includes methods to smooth, sharpen, detect/enhance edges, remove noise and combine two or more images.
Classes
 ClassDescription
ClassAddMessageCommand Adds a message (text or file) to the image. This command is available in the Document/Medical Toolkits. .NET support WinRT support
ClassAddNoiseCommand Adds random pixels to an image, letting you specify the percentage of coverage and the color plane. .NET support WinRT support Silverlight support
ClassAlphaBlendCommand Combines image data from two images, using a specific opacity value. .NET support Silverlight support
ClassAntiAliasingCommand Applies an anti-aliasing filter to the specified image. This method is available in the Document Toolkits. .NET support WinRT support Silverlight support
ClassAverageCommand Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect. .NET support WinRT support Silverlight support
ClassBinaryFilterCommand Imposes a binary filter on an image. This command is available in the Document/Medical Toolkits. .NET support WinRT support Silverlight support
ClassColorHalftoneCommand 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 the Document/Medical toolkits. .NET support WinRT support Silverlight support
ClassCombineCommand Combines image data from two images (source and destination), letting you specify the areas to be combined, the operations to be performed when combining the data, and which color planes (R or G or B or R, G, and B) are used. .NET support WinRT support Silverlight support
ClassContourFilterCommand Performs a contour segment filter on the source image. This command is available in the Medical Toolkits. .NET support
ClassCubismCommand Remaps the image into a collection of rotated rectangles (cubic faces) so that it appears to have been created in the Cubist art style. .NET support WinRT support
ClassDeinterlaceCommand Deinterlaces video source images by removing the black lines. .NET support WinRT support Silverlight support
ClassDirectionEdgeStatisticalCommand Detects the variation of colors in the specified direction using statistical indices. It is similar to EdgeDetectStatisticalCommand, but this command allows you to specify the direction angle. .NET support WinRT support Silverlight support
ClassDisplacementCommand Displaces image pixels horizontally and vertically according to the values of the displacement map image. .NET support WinRT support Silverlight support
ClassEdgeDetectEffectCommand Performs edge detection on the image. .NET support WinRT support Silverlight support
ClassEdgeDetectorCommand Applies the specified edge filter to an image. This command is available in the Document Toolkits. .NET support WinRT support Silverlight support
ClassEdgeDetectStatisticalCommand Detects edges by examining the variation of colors in all directions using statistical indices. .NET support WinRT support Silverlight support
ClassEffectsUtilities Effect utility class. .NET support WinRT support Silverlight support
ClassEmbossCommand Applies an emboss effect to an image, letting you specify the depth and direction of the effect. .NET support WinRT support Silverlight support
ClassExtractMessageCommand Extracts a message (text or file) from the image, if the image has an embedded message. This command is available in the Document/Medical Toolkits. .NET support WinRT support
ClassFadedMaskCommand Creates a fade mask image in which the color of each pixel is changed with respect to its position in the image. This change depends on the fade rate. .NET support
ClassFeatherAlphaBlendCommand Combines image data from two images with feathering. The two images can be combined with variable opacity applied by specifying the region of a fade mask image. .NET support WinRT support Silverlight support
ClassFeretsDiameterCommand Computes the Feret's diameter of an object (the maximum distance between the points of the perimeter of the region), and finds its end points. .NET support
ClassGaussianCommand Smooths or blurs an image by applying a Gaussian filter to the specified image. .NET support WinRT support Silverlight support
ClassHighPassCommand Removes low frequency details in an image, resulting in a sharpened image. .NET support WinRT support Silverlight support
ClassMaskConvolutionCommand Applies various 3d effects to an image. .NET support WinRT support Silverlight support
ClassMosaicCommand 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. .NET support WinRT support
ClassMotionBlurCommand Applies a filter, which creates the illusion of movement in an image. .NET support WinRT support
ClassObjectInformationCommand Determines the position, orientation and roundness of the object in the image. .NET support WinRT support Silverlight support
ClassOffsetCommand Shifts the image data horizontally and vertically. .NET support WinRT support Silverlight support
ClassOilifyCommand Applies an oil-painting effect to the image. .NET support WinRT support
ClassPicturizeListCommand Picturizes the image using a specific thumbnail image. .NET support
ClassPicturizeSingleCommand Picturizes the image using a specific thumbnail image. .NET support
ClassRegionContourPointsCommand Gets the contour coordinates of a region. .NET support
ClassRegionHolesRemovalCommand Removes all the holes in a region. This command is available in the Document/Medical Toolkits. .NET support WinRT support
ClassResizeRegionCommand Resizes an image region by a specific number of pixels. .NET support
ClassSharpenCommand Increases or decreases the sharpness of a specific image. .NET support WinRT support Silverlight support
ClassSkeletonCommand Finds the skeleton of objects or regions in the image. This command is available in the Medical Toolkits. .NET support WinRT support
ClassSmoothEdgesCommand Smoothes the rough edges in the image. .NET support WinRT support Silverlight support
ClassSpatialFilterCommand Imposes a spatial filter on an image. This command is available in the Document/Medical Toolkits. .NET support WinRT support Silverlight support
ClassStatisticsInformationCommand Returns statistical information about the image. .NET support WinRT support Silverlight support
ClassTextureAlphaBlendCommand Combines image data from two images with feathering and constant opacity; by combining the two images with a variable opacity that depends on a fade mask then combine the result with the destination image with a constant opacity. .NET support WinRT support
ClassUnsharpMaskCommand Sharpens the image by applying the unsharp mask. .NET support WinRT support Silverlight support
ClassUserFilterCommand Filters the image based on a user-defined filter / mask. This command is similar to the spatial and binary filter commands. .NET support WinRT support Silverlight support
Enumerations
 EnumerationDescription
EnumerationAntiAliasingCommandType Enumerated values that indicate the type of anti-aliasing filter to use. .NET support WinRT support Silverlight support
EnumerationBinaryFilterCommandPredefined Enumerated values that represent the predefined binary filter to use. .NET support WinRT support Silverlight support
EnumerationCombineCommandFlags Enumeration that indicates the treatment of the source, treatment of the destination, the operation to use when combining the data, and the treatment of the resulting image. The flags apply only to the defined rectangles (not necessarily the whole image).

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support Silverlight support
EnumerationContourFilterCommandType This enumeration controls the resulting image by telling the method what process to complete before returning. .NET support
EnumerationCubismCommandFlags Flags that indicate the background color, cube shape and cube orientation.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support
EnumerationCurvePointsType

Enumeration that indicates the method to be used to update the curve array.

.NET support WinRT support Silverlight support
EnumerationDeinterlaceCommandFlags Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support Silverlight support
EnumerationDisplacementCommandFlags Flags that indicate how to handle exposed areas, and the way to use the displacement map image.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support Silverlight support
EnumerationEdgeDetectEffectCommandType Flag that indicates the type of edge to generate. .NET support WinRT support Silverlight support
EnumerationEdgeDetectorCommandType Flag that indicates the type of edge to generate. .NET support WinRT support Silverlight support
EnumerationEmbossCommandDirection Enumerated values used to determine the direction of the apparent light source. .NET support WinRT support Silverlight support
EnumerationFadedMaskCommandFlags Flags that indicate how the fade mask will be created.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support
EnumerationFunctionalLookupTableFlags

Enumeration that indicates the function used to update the lookup table.

.NET support WinRT support Silverlight support
EnumerationMaskConvolutionCommandType Enumeration that indicates which mask to use in the convolution process. .NET support WinRT support Silverlight support
EnumerationOffsetCommandType

Flags that indicate how to handle any exposed areas resulting from the bitmap shift.

.NET support WinRT support Silverlight support
EnumerationRegionContourPointsCommandFlags Enumerated values that indicate the required contour points. .NET support
EnumerationResizeRegionCommandType Enumeration that indicates whether to contract or expand the image region. .NET support
EnumerationSpatialFilterCommandPredefined Enumerated values that represent a predefined spatial filter to use. .NET support WinRT support Silverlight support
EnumerationUnsharpMaskCommandColorType Enumeration that indicates the color space in which to apply the mask. .NET support WinRT support Silverlight support
EnumerationUserFilterCommandType

Enumeration that indicates the type of operation.

.NET support WinRT support Silverlight support
See Also

Reference

Leadtools.ImageProcessing.Effects Assembly

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.