You are here: Start » FIL.NET » Function Reference » Computer Vision » Fourier Analysis » 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 |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect input image depth in FourierTransform. |
| DomainError | Not supported inSpatialDomainImage pixel format in FourierTransform. Supported formats: 1xUInt8, 1xInt8, 1xUInt16, 1xInt16, 1xInt32, 1xReal. |


