You are here: Start » AVL.NET » Function Reference » Computer Vision » Fourier Analysis » AVL.InverseFourierTransform
Transforms an image in frequency domain back to spatial domain using inverse Fourier transformation.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void InverseFourierTransform ( AvlNet.Image inFrequencyDomainImage, AvlNet.Image outSpatialDomainImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFrequencyDomainImage | AvlNet.Image | |||
![]() | outSpatialDomainImage | AvlNet.Image |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported inFrequencyDomainImage pixel format in InverseFourierTransform. Supported formats: 2xReal. |


