资 源 简 介
C++ 1D/2D DWT Implementation for Win32 and Linux
| For further updates to this and other projects please check my github page|
|:----------------------------------------------------------------------------------------------------|
Wavelet2d / Wavelet2s Libraries
1D DWT and IDWT Implementation (Two Modes)
2D DWT and IDWT Implementation (Two Modes)
1D SWT and ISWT Implementation ( Stationary Wavelet Transform)
2D SWT Implementation
Implemented using FFTW3 Library
Shared(.so) and static(.a) libraries for Linux
Shared(.dll) and static(.a) libraries for Win32 GCC (MinGW).
Shared(.dll) libraries for Microsoft VC++
This implementation uses C++ vector objects to accept input, store and output data. This is done to overcome certain programming limitations associated with using arrays. Dynamic arrays were also an option but they