Class | Description | |
---|---|---|
![]() | AddNoiseCommand | Adds noise to an image. |
![]() | BlurCommand | Applies the blur filter to an image. |
![]() | CannyEdgeDetectorCommand | Applies the Canny edge detector filter to an image. |
![]() | ConvolutionBasedCommand | Provides a base class for processing commands based on convolution filter. |
![]() | ConvolutionCommand | Applies the convolution filter to an image. |
![]() | DilateCommand | Applies the morphological dilate filter to an image. This filter widens and enhances dark areas of the image. |
![]() | EdgeDetectionCommand | Applies the edge detection filter to an image. |
![]() | EmbossCommand | Applies the emboss filter to an image. |
![]() | ErodeCommand | Applies the morphological erode filter to an image. This filter widens and enhances bright areas of the image. |
![]() | GaussianBlurCommand | Applies the gaussian blur filter to an image. |
![]() | MaximumCommand | Applies the arithmetic maximum filter to an image. The maximum filter is defined as the maximum of all pixels within a local region of an image. |
![]() | MeanCommand | Applies the arithmetic mean filter to an image. |
![]() | MedianCommand | Applies the arithmetic median filter to an image. The median filter is defined as the median of all pixels within a local region of an image. |
![]() | MidpointCommand | Applies the arithmetic midpoint filter to an image. |
![]() | MinimumCommand | Applies the arithmetic minimum filter to an image. The minimum filter is defined as the minimum of all pixels within a local region of an image. |
![]() | SharpenCommand | Applies the sharpen filter to an image. |