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

AVL.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,
	out AvlNet.Image outSpatialDomainImage
)

Parameters

Name Type Range Default Description
inFrequencyDomainImageAvlNet.Image
outSpatialDomainImageAvlNet.Image

See also