Click or drag to resize
Accord.NET (logo)

FrequencyFilter Constructor (IntRange)

Initializes a new instance of the FrequencyFilter class.

Namespace:  Accord.Imaging.ComplexFilters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FrequencyFilter(
	IntRange frequencyRange
)
Request Example View Source

Parameters

frequencyRange
Type: AccordIntRange
Range of frequencies to keep.
See Also