Back to FabImage Library website

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

InverseFourierTransform


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::InverseFourierTransform
(
	const fil::Image& inFrequencyDomainImage,
	fil::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.