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