VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FastFourierTransformCommand Class / ProcessSpectrum(ComplexMatrix,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    ProcessSpectrum(ComplexMatrix,Int32) Метод (FastFourierTransformCommand)
    В этом разделе
    Выполняет фильтрацию или анализ спектра в частотной области.
    Синтаксис
    'Declaration
    
    Public MustOverride Function ProcessSpectrum( _
    ByVal spectrum
    Спектр изображения в частотной области.
    As Vintasoft.Imaging.ComplexMatrix, _
    ByVal channelIndex
    Индекс канала.
    As System.Int32 _
    ) As Boolean
    public abstract bool ProcessSpectrum(
    Vintasoft.Imaging.ComplexMatrix spectrum,
    System.Int32 channelIndex
    )
    public: abstract bool ProcessSpectrum(
    Vintasoft.Imaging.ComplexMatrix* spectrum,
    System.Int32 channelIndex
    )
    public:
    abstract bool ProcessSpectrum(
    Vintasoft.Imaging.ComplexMatrix^ spectrum,
    System.Int32 channelIndex
    )

    Parameters

    spectrum
    Спектр изображения в частотной области.
    channelIndex
    Индекс канала.

    Return Value

    True, если спектр был изменен; в противном случае - false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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