Back to FabImage Studio website

You are here: Start » Filter Reference » Computer Vision » Fourier Analysis » FrequencyDomain_FilterFrequencies

FrequencyDomain_FilterFrequencies


Module: FoundationPro

Filters the frequencies in a frequency domain image suppressing the elements of too low or too high frequency.

Name Type Range Description
Input value inFrequencyDomainImage Image Input image in frequency domain
Input value inMinFrequency Real* 0.0 - Minimum frequency that will be kept
Input value inMaxFrequency Real* 0.0 - Maximum frequency that will be kept
Output value outFrequencyDomainImage Image Filtered image in frequency domain

Requirements

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

Read more about pixel formats in Image documentation.

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 FrequencyDomain_FilterFrequencies. Supported formats: 2xReal.

Complexity Level

This filter is available on Expert Complexity Level.