'Declaration Public Overrides Function ProcessSpectrum( _
ByVal spectrumImage spectrum in frequency domain.As Vintasoft.Imaging.ComplexMatrix _
) As Boolean
public override bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix spectrum
)
public: bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix* spectrum
); override
public:
bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix^ spectrum
); override
Parameters
- spectrum
- Image spectrum in frequency domain.
Return Value
True if the spectrum was changed; otherwise, false.