Brand of the filter to use. Constants are listed in
ImGearFreqIPFilterBrands enumeration.
Filters the input image using a high-pass filter, with the specified parameters.
Syntax
Parameters
- page
- ImageGear.Core.ImGearRasterPage class object to be processed.
- filterBrand
- Brand of the filter to use. Constants are listed in ImGearFreqIPFilterBrands enumeration.
- cutoffFrequency
- Cutoff frequency for the high-pass filter.
- filterOrder
- Filter order to use, applicable to all except Ideal filter.
- rippleFactor
- A factor which determines the pass-band ripple for Chebyshev filters, with vaule between [0, 1].
See Also