You are here: Start » AVL.NET » AVS.InverseFourierTransform Method

AVS.InverseFourierTransform Method

Transforms an image in frequency domain back to spatial domain using inverse Fourier transformation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void InverseFourierTransform
(
	AvlNet.Image inFrequencyDomainImage,
	AvlNet.Image outSpatialDomainImage
)

Parameters

Name Type Range Default Description
inFrequencyDomainImageAvlNet.Image
outSpatialDomainImageAvlNet.Image

See also