ImageGear22.Processing.Advanced Assembly : ImageGear.FreqIP Namespace |
The ImageGear.FreqIP namespace has been deprecated and will be removed from the public API in a future release.
This namespace provides public API functions for features related to image processing in frequency domain, such as Fourier Transform, Low Pass Filter, etc.
Class | Description | |
---|---|---|
ImGearComplexObject | Objects of this type can store both real and imaginary part of complex data, which is stored internally using double precision, rather than one of the integral types as in ImageGear.Core.ImGearPage class. | |
ImGearFrequencyProcessing | This is the main class for all frequency domain image processing operations. | |
ImGearFrequencyProcessingVerifier | This class contains static methods that check whether the ImGearFrequencyProcessing operation is applicable to the page or not. |
Enumeration | Description | |
---|---|---|
ImGearCoObjConvType | Specifies the conversion types to convert an ImGearComplexObject class object to an ImageGear.Core.ImGearPage class object. | |
ImGearFFTScalingMethods | Defines the different scaling methods for the result of Fast Fourier Transform (FFT). | |
ImGearFreqIPFilterBrands | Defines the different kind of filter brands available. |