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