Start » Filter Reference » Computer Vision » Fourier Analysis » 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 | |
---|---|---|---|---|
inFrequencyDomainImage | Image | Input image in frequency domain | ||
inMinFrequency | Real* | 0.0 - | Minimum frequency that will be kept | |
inMaxFrequency | Real* | 0.0 - | Maximum frequency that will be kept | |
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.