Click or drag to resize
Accord.NET (logo)

IComplexFilter Interface

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

Namespace:  Accord.Imaging.ComplexFilters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IComplexFilter

The IComplexFilter type exposes the following members.

Methods
  NameDescription
Public methodApply
Apply filter to complex image.
Top
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