VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft.Filtering.Lowpass Namespace / IdealLowpassCommand Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    IdealLowpassCommand Class
    In This Topic
    Applies the ideal lowpass filtering, in the frequency domain, to an image.
    Object Model
    RegionOfInterest ProcessingCommandResults IdealLowpassCommand
    Syntax
    'Declaration
    
    Public Class IdealLowpassCommand
       Inherits LowpassCommand
    
    
    public class IdealLowpassCommand : LowpassCommand
    
    
    public __gc class IdealLowpassCommand : public LowpassCommand*
    
    
    public ref class IdealLowpassCommand : public LowpassCommand^
    
    
    Remarks

    The Ideal lowpass filter fills zeros all frequencies outside the specified cutoff radius.

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