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

AVL.FourierTransform Method

Transforms an image into frequency domain using Fourier transformation

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FourierTransform(
	AvlNet.Image inSpatialDomainImage,
	out AvlNet.Image outFrequencyDomainImage
)

Parameters

Name Type Range Default Description
inSpatialDomainImageAvlNet.Image
outFrequencyDomainImageAvlNet.Image

Errors

Error type Description
DomainError Incorrect input image depth in FourierTransform.

See also