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

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
inFrequencyDomainImageAvlNet.Image
outSpatialDomainImageAvlNet.Image

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inFrequencyDomainImage pixel format in InverseFourierTransform.

See also