Image processing filter, which operates with Fourier transformed complex image.

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

Syntax

C#
public interface IComplexFilter

Remarks

The interface defines the set of methods, which should be provided by all image processing filter, which operate with Fourier transformed complex image.

See Also