VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft.Filtering.Lowpass Namespace / GaussianLowpassCommand Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
    GaussianLowpassCommand Class
    Applies the Gaussian lowpass filter, in the frequency domain, to an image.
    Object Model
    RegionOfInterest ProcessingCommandResults GaussianLowpassCommand
    Syntax
    'Declaration
    
    Public Class GaussianLowpassCommand
       Inherits LowpassCommand
    
    
     
    Remarks

    The Gaussian highpass filter performs more gradual filtering than the Ideal or Butterworth highpass filter.

    Inheritance Hierarchy
    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