|
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
Syntaxpublic interface IComplexFilter
Public Interface IComplexFilter
The IComplexFilter type exposes the following members.
Methods
| Name | Description |
---|
 | Apply |
Apply filter to complex image.
|
Top
RemarksThe interface defines the set of methods, which should be
provided by all image processing filter, which operate with Fourier
transformed complex image.
See Also