'Declaration Public Overrides Function ProcessSpectrum( _
ByVal spectrumThe image spectrum.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
- The image spectrum.
Return Value
True if image spectrum is changed; otherwise, false.