You are here: Start » FIL.NET » FIS.FrequencyDomain_FilterFrequencies Method

FIS.FrequencyDomain_FilterFrequencies Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also