'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.