You are here: Start » AVL.NET » Function Reference » Computer Vision » Fourier Analysis » AVL.FrequencyDomain_FilterFrequencies
Filters the frequencies in a frequency domain image suppressing the elements of too low or too high frequency.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void FrequencyDomain_FilterFrequencies ( AvlNet.Image inFrequencyDomainImage, float? inMinFrequency, float? inMaxFrequency, AvlNet.Image outFrequencyDomainImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFrequencyDomainImage | AvlNet.Image | Input image in frequency domain. | ||
![]() | inMinFrequency | float? | <0.0f, INF> | Minimum frequency that will be kept. Default value: atl::NIL. | |
![]() | inMaxFrequency | float? | <0.0f, INF> | Maximum frequency that will be kept. Default value: atl::NIL. | |
![]() | outFrequencyDomainImage | AvlNet.Image | Filtered image in frequency domain. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported inFrequencyDomainImage pixel format in FrequencyDomain_FilterFrequencies. Supported formats: 2xReal. |


