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
System.Object
  AGI.Foundation.Graphics.Imaging.RasterFilter
    More...

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.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
System.Object
  AGI.Foundation.Graphics.Imaging.RasterFilter
    AGI.Foundation.Graphics.Imaging.AlphaFromLuminanceFilter
    AGI.Foundation.Graphics.Imaging.AlphaFromPixelFilter
    AGI.Foundation.Graphics.Imaging.AlphaFromRasterFilter
    AGI.Foundation.Graphics.Imaging.BandExtractFilter
    AGI.Foundation.Graphics.Imaging.BandOrderFilter
    AGI.Foundation.Graphics.Imaging.BrightnessFilter
    AGI.Foundation.Graphics.Imaging.ColorToLuminanceFilter
    AGI.Foundation.Graphics.Imaging.ContrastFilter
    AGI.Foundation.Graphics.Imaging.ConvolutionFilter
    AGI.Foundation.Graphics.Imaging.FlipFilter
    AGI.Foundation.Graphics.Imaging.GammaCorrectionFilter
    AGI.Foundation.Graphics.Imaging.LevelsFilter
    AGI.Foundation.Graphics.Imaging.RotateFilter
    AGI.Foundation.Graphics.Imaging.SequenceFilter