You are here: Start » AVL.NET » Function Reference » Computer Vision » Fourier Analysis » AVL.FourierTransform

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
inSpatialDomainImageAvlNet.Image
outFrequencyDomainImageAvlNet.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.

See also