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


