VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FastFourierTransformCommand Class / UseSpectrumCentering Property
Syntax Requirements SeeAlso
In This Topic
    UseSpectrumCentering Property (FastFourierTransformCommand)
    In This Topic
    Gets or sets a value indicating whether spectrum centering should be used.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether spectrum centering should be used.")>
    <DefaultValueAttribute(True)>
    Protected Property UseSpectrumCentering As Boolean
    
    
    [Description("A value indicating whether spectrum centering should be used.")]
    [DefaultValue(True)]
    protected bool UseSpectrumCentering { get; set; }
    
    
    [Description("A value indicating whether spectrum centering should be used.")]
    [DefaultValue(True)]
    protected: __property bool get_UseSpectrumCentering();
    protected: __property void set_UseSpectrumCentering(
    bool value
    );
    [Description("A value indicating whether spectrum centering should be used.")]
    [DefaultValue(True)]
    protected:
    property bool UseSpectrumCentering { bool get(); void set(bool value); }

    Property Value

    True - spectrum centering is performed before spectrum filtering/analysing and after spectrum filtering/analysing;
    false - spectrum centering is not used.
    Default value is true.
    Requirements

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

    See Also