You are here: Start » FIL.NET » FIL.FourierTransform
Transforms an image into frequency domain using Fourier transformation
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void FourierTransform ( FilNet.Image inSpatialDomainImage, FilNet.Image outFrequencyDomainImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSpatialDomainImage | FilNet.Image | |||
![]() | outFrequencyDomainImage | FilNet.Image |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect input image depth in FourierTransform. |


