'Declaration Public Overrides Function ProcessSpectrum( _
ByVal spectrumImage spectrum in frequency domain.As Vintasoft.Imaging.ComplexMatrix, _
ByVal channelIndexChannel index.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
- Image spectrum in frequency domain.
- channelIndex
- Channel index.
Return Value
True if the spectrum was changed; otherwise, false.