Back to Adaptive Vision Library website

You are here: Start » Function Reference » Fourier Analysis » FourierTransform

FourierTransform


Transforms an image into frequency domain using Fourier transformation

Header:AVL.h

Syntax

C++
C#
 
void avl::FourierTransform
(
	const avl::Image& inSpatialDomainImage,
	avl::Image& outFrequencyDomainImage
)

Parameters

Name Type Default Description
inSpatialDomainImage const Image&
outFrequencyDomainImage Image&

Requirements

For input inSpatialDomainImage only pixel formats are supported: 1xuint8, 1xint8, 1xuint16, 1xint16, 1xint32, 1xreal.

Read more about pixel formats in Image documentation.

Errors

Error type Description
DomainError Incorrect input image depth in FourierTransform.