Back to Aurora Vision Library website

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

InverseFourierTransform


Header: AVL.h
Namespace: avl
Module: FoundationPro

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
Input value inFrequencyDomainImage const Image&
Output value 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. Supported formats: 2xReal.