Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Fourier Analysis » InverseFourierTransform

InverseFourierTransform
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
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
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. |