VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingApiController Class / ButterworthLowpass(ButterworthLowpassRequestParams) Method
Syntax Exceptions Requirements SeeAlso
В этом разделе
    ButterworthLowpass(ButterworthLowpassRequestParams) Метод (VintasoftImageProcessingApiController)
    В этом разделе
    Выполняет фильтрацию нижних частот Баттерворта в частотной области.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ButterworthLowpass( _
    ByVal requestParams
    Запрос к серверу, содержащий информацию об изображении и команде обработки изображения.
    As Vintasoft.Imaging.ImageProcessing.Web.Services.ButterworthLowpassRequestParams _
    ) As Vintasoft.Shared.Web.WebImageInfoResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebImageInfoResponseParams ButterworthLowpass(
    Vintasoft.Imaging.ImageProcessing.Web.Services.ButterworthLowpassRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebImageInfoResponseParams* ButterworthLowpass(
    Vintasoft.Imaging.ImageProcessing.Web.Services.ButterworthLowpassRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebImageInfoResponseParams^ ButterworthLowpass(
    Vintasoft.Imaging.ImageProcessing.Web.Services.ButterworthLowpassRequestParams^ requestParams
    )

    Parameters

    requestParams
    Запрос к серверу, содержащий информацию об изображении и команде обработки изображения.

    Return Value

    Ответ от сервера, содержащий результаты обработки изображения.
    Исключения
    ИсключениеОписание
    Выбрасывается, если параметры команды неверны.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также