You are here: Start » AVL.NET » AVS.FrequencyDomain_FilterFrequencies Method

AVS.FrequencyDomain_FilterFrequencies Method

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

public static void FrequencyDomain_FilterFrequencies
(
	AvlNet.Image inFrequencyDomainImage,
	float? inMinFrequency,
	float? inMaxFrequency,
	AvlNet.Image outFrequencyDomainImage
)

Parameters

Name Type Range Default Description
inFrequencyDomainImageAvlNet.ImageInput image in frequency domain.
inMinFrequencyfloat?<0.0f, INF>Minimum frequency that will be kept. Default value: atl::NIL.
inMaxFrequencyfloat?<0.0f, INF>Maximum frequency that will be kept. Default value: atl::NIL.
outFrequencyDomainImageAvlNet.ImageFiltered image in frequency domain.

See also