Click or drag to resize

RasterFilter Class

A filter for processing Raster datasets. RasterFilter is the base class for all raster filters. A filter applies a transformation to a source raster either by modifying that raster directly, or returning a new instance of that raster that has the filter applied to it. To apply a filter to a raster, use the Apply(RasterFilter) or ApplyInPlace(RasterFilter) methods. Common filters include color transformations, like BrightnessFilter and GammaCorrectionFilter, and ConvolutionFilter based filters like SharpenFilter and EdgeDetectFilter.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.ImagingRasterFilter
    More...

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class RasterFilter : IDisposable

The RasterFilter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.ImagingRasterFilter
    AGI.Foundation.Graphics.ImagingAlphaFromLuminanceFilter
    AGI.Foundation.Graphics.ImagingAlphaFromPixelFilter
    AGI.Foundation.Graphics.ImagingAlphaFromRasterFilter
    AGI.Foundation.Graphics.ImagingBandExtractFilter
    AGI.Foundation.Graphics.ImagingBandOrderFilter
    AGI.Foundation.Graphics.ImagingBrightnessFilter
    AGI.Foundation.Graphics.ImagingColorToLuminanceFilter
    AGI.Foundation.Graphics.ImagingContrastFilter
    AGI.Foundation.Graphics.ImagingConvolutionFilter
    AGI.Foundation.Graphics.ImagingFlipFilter
    AGI.Foundation.Graphics.ImagingGammaCorrectionFilter
    AGI.Foundation.Graphics.ImagingLevelsFilter
    AGI.Foundation.Graphics.ImagingRotateFilter
    AGI.Foundation.Graphics.ImagingSequenceFilter