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

    The Ideal highpass filter fills zeros all frequencies inside 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