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

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect input image depth in FourierTransform.
DomainError Not supported inSpatialDomainImage pixel format in FourierTransform.

See also