Package | Description |
---|---|
agi.foundation.graphics.imaging |
Provides types for raster and image processing, and for writing JPEG 2000 files.
|
Modifier and Type | Class and Description |
---|---|
class |
BlurFilter
Applies a
ConvolutionFilter to blur or smooth the source raster. |
class |
EdgeDetectFilter
Applies a
ConvolutionFilter to detect edges in the source raster. |
class |
GaussianBlurFilter
Applies a
ConvolutionFilter to blur the source raster using the Gaussian function. |
class |
GradientDetectFilter
Applies a
ConvolutionFilter to detect gradients in the source raster. |
class |
SharpenFilter
Applies a
ConvolutionFilter to increase the sharpness of the source raster. |