'Declaration Public Overrides Function ProcessSpectrum( _
ByVal spectrumСпектр изображения в частотной области.As Vintasoft.Imaging.ComplexMatrix, _
ByVal channelIndexИндекс канала.As System.Int32 _
) As Boolean
public override bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix spectrum,
System.Int32 channelIndex
)
public: bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix* spectrum,
System.Int32 channelIndex
); override
public:
bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix^ spectrum,
System.Int32 channelIndex
); override
Parameters
- spectrum
- Спектр изображения в частотной области.
- channelIndex
- Индекс канала.
Return Value
True, если спектр был изменен; в противном случае - false.