PDWT icon indicating copy to clipboard operation
PDWT copied to clipboard

A GPU implementation of the Wavelet Transform

Results 4 PDWT issues
Sort by recently updated
recently updated
newest added

I tried to reproduce the 2D discrete wavelet transform in Matlab and PDWT, and then plotted a histogram of the cA parameter. The results are shown in the figure below,...

Hello there. I'm using Wavelets::forward() to perfrom DWT and Wavelets::get_coeff() to get my result. Here are 2 images I tested: ![img](https://user-images.githubusercontent.com/14502754/71558841-6ff2db00-2a92-11ea-94cd-2fb013a151dc.png) ![lennagray](https://user-images.githubusercontent.com/14502754/71559468-5acd7a80-2a99-11ea-99fa-a7a6215129aa.png) The wavelet used here is "db8", and here...

Hi there, I am interested on working with this API since it is very useful for my thesis work. Do you know if the functions are compatible with CUDA 10?...