Start » Filter Reference » Computer Vision » Fourier Analysis » InverseFourierTransform
Module: | FoundationPro |
---|
Transforms an image in frequency domain back to spatial domain using inverse Fourier transformation.
Name | Type | Description | |
---|---|---|---|
inFrequencyDomainImage | Image | ||
outSpatialDomainImage | Image |
Requirements
For input inFrequencyDomainImage only pixel formats are supported: 2⨯real.
Read more about pixel formats in Image documentation.
Examples
Description of usage of this filter can be found in examples and tutorial: Fourier Analysis.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inFrequencyDomainImage pixel format in InverseFourierTransform. Supported formats: 2xReal. |
Complexity Level
This filter is available on Expert Complexity Level.