rafat / wavelib

C Implementation of 1D and 2D Wavelet Transforms (DWT,SWT and MODWT) along with 1D Wavelet packet Transform and 1D Continuous Wavelet Transform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D CWT support

zldrobit opened this issue · comments

Hello, I am recently searching for a C library implementing 2D CWT. I found this repo implements 1D CWT and 2D/1D DWT. Would you add support for 2D CWT? Is there any way to get 2D CWT from the existing methods of this repo? I am new to time-frequency analysis and would like to use CWT for image processing. I found two lists of wavelet transform libraries 1, and 2, but the nearest I can get are cwtlib and wavelet. I cannot confirm either of them supports 2D CWT.

Any comment would be helpful!