You are here: Start » AVL.NET » AVL.FrequencyDomain_FilterFrequencies(AvlNet.Image, float?, float?, AvlNet.Image)

AVL.FrequencyDomain_FilterFrequencies(AvlNet.Image, float?, float?, AvlNet.Image)

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,
	out AvlNet.Image outFrequencyDomainImage
)

Parameters

inFrequencyDomainImage
Type: AvlNet.Image
Input image in frequency domain
inMinFrequency
Type: System.Nullable<System.Single>
Minimum frequency that will be kept, or null.
inMaxFrequency
Type: System.Nullable<System.Single>
Maximum frequency that will be kept, or null.
outFrequencyDomainImage
Type: AvlNet.Image
Filtered image in frequency domain

See also