fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

If fCWT suppose 2D wavelet? #16

Closed liu7645 closed 1 year ago

liu7645 commented 1 year ago

I'm going to use fCWT to process picture. But I don't know if fCWT suppose 2D wavelet. Can you give me a suggestion?

fastlib commented 1 year ago

fCWT currently does not support 2D wavelets. There are libraries that do feature 2D wavelets, such as PyWavelets and Matlab's Wavelet toolbox. We are planning to include 2D wavelets in the future.