VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FrequencySpectrumVisualizationType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    FrequencySpectrumVisualizationType Enumeration
    In This Topic
    Specifies available methods for visualizing spectrum of Fourier Transform.
    Syntax
    'Declaration
    
    Public Enum FrequencySpectrumVisualizationType
       Inherits System.Enum
    
    
    public enum FrequencySpectrumVisualizationType : System.Enum
    
    
    __value public enum FrequencySpectrumVisualizationType : public System.Enum
    
    
    public enum class FrequencySpectrumVisualizationType : public System.Enum
    
    
    Members
    MemberDescription
    RealVisualizes the real part of the image spectrum.
    ImaginaryVisualizes the imaginary part of the image spectrum.
    MagnitudeVisualizes the magnitude of the image spectrum.
    SquareRootMagnitudeVisualizes the square root of the magnitude of the image spectrum.
    LogarithmMagnitudeVisualizes the natural logarithm of the magnitude of the image spectrum.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ImageProcessing.Fft.FrequencySpectrumVisualizationType

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also