Leadtools.Services.ImageProcessing.ServiceContracts Namespace : IFiltersProcessingService Interface |
The following tables list the members exposed by IFiltersProcessingService.
Name | Description | |
---|---|---|
Average | Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect. | |
Binary | Imposes a binary filter on an image. This operation is available in the Document/Medical Toolkits. | |
Maximum | Erodes dark objects by the specified amount. This operation is available in the Document/Medical Toolkits. | |
Median | Changes the color of each pixel in an image to the median color of pixels in its neighborhood. This is similar to the Average operation, but it is used for noise reduction, rather than a blur effect. | |
Minimum | Dilates dark objects by the specified amount. This operation is available in the Document/Medical Toolkits. | |
PredefinedBinary | Imposes a binary filter on an image. This operation is available in the Document/Medical Toolkits. | |
PredefinedSpatial | Imposes a predefined spatial filter on an image. This operation is available in the Document/Medical Toolkits. | |
Spatial | Imposes a spatial filter on an image. This operation is available in the Document/Medical Toolkits. |