ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.FreqIP Namespace
    In This Topic

    This namespace provides public API functions for features related to image processing in frequency domain, such as Fourier Transform, Low Pass Filter, etc.

    Classes
     ClassDescription
    ClassObjects 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.
    ClassThis is the main class for all frequency domain image processing operations.
    ClassThis class contains static methods that check whether the ImGearFrequencyProcessing operation is applicable to the page or not.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the conversion types to convert an ImGearComplexObject class object to an ImageGear.Core.ImGearPage class object.
    EnumerationDefines the different scaling methods for the result of Fast Fourier Transform (FFT).
    EnumerationDefines the different kind of filter brands available.
    See Also