Back to Adaptive Vision Library website

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

InverseFourierTransform


Header:AVL.h
Namespace:avl

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

Syntax

C++
C#
 
void avl::InverseFourierTransform
(
	const avl::Image& inFrequencyDomainImage,
	avl::Image& outSpatialDomainImage
)

Parameters

Name Type Default Description
inFrequencyDomainImage const Image&
outSpatialDomainImage Image&

Requirements

For input inFrequencyDomainImage only pixel formats are supported: 2⨯real.

Read more about pixel formats in Image documentation.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inFrequencyDomainImage pixel format in InverseFourierTransform.