Image processing filter interface.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public interface IFilter

Remarks

The interface defines the set of methods, which should be provided by all image processing filters. Methods of this interface keep the source image unchanged and returt the result of image processing filter as new image.

See Also