The following tables list the members exposed by IColorProcessingService.
Public Methods
| Name | Description |
| AutoBinary | Applies binary segmentation on the image using an automatically calculated threshold based on a two-peak method of statistical analysis of the histogram. This command is available in the Document/Medical Toolkits. |
| ColorResolution | Converts an image from any bits-per-pixel to any bits-per-pixel. |
| DynamicBinary | Converts an image into a black and white image without changing its bits per pixel by using a local threshold value for each pixel of the image. This operation is useful for pre-processing images for the purpose of improving barcode recognition results. |
| Halftone | Converts a 1-, 4-, 8-, 16-, 24-, or 32-bit image to a halftoned image, with a specified pattern rotation. A halftoned image is a 1-bit image that has been dithered for black and white printing or display. |
| HistogramEqualize | Linearizes the number of pixels, in an image, based on the specified color space. This can be used to bring out the detail in dark areas of an image. This operation is useful for pre-processing images for the purpose of improving barcode recognition results. |
| IntensityDetect | Applies binary segmentation on an image by filtering a specific image to detect colors in a specific intensity range, in a specific color channel(s). |
| Invert | Inverts the colors in the specified image, giving it the appearance of a photographic negative. |
Top
See Also