wavelet1d
wavelet1d copied to clipboard
C++ 1D/2D DWT and SWT Pre-built Libraries.
Hello, rafat! Thank you for sharing the library managing different kinds of wavelets! I compiled the wavelib-nonfftw-vs part with VS2017 for Windows 10 to .dll and came over the 'read...
``` hi hussein can you please tell me how to hash (sha1) DWT vectors in your code ? ``` Original issue reported on code.google.com by `[email protected]` on 3 Apr 2014...
``` When I use some of the examples to test ,it throws an exception 0xC0000005.Compiling and linking are OK.The problem occur when I try to run the program. I use...
``` What steps will reproduce the problem? 1. call swt with signal length 255 and j=8 2. feed the result back into iswt 3. iswt hangs with infinite loop What...
``` What steps will reproduce the problem? 1.While compiling imagedemo1.cpp, I fail to include the correct header files. 2. 3. What is the expected output? What do you see instead?...
``` What steps will reproduce the problem? 1. I am using 2D SWT (stationary wavelet transform) and when the image size changes (not equal to 512*512) the code doesn't work....
``` Hello, I am trying to run the code wavelet2d.cpp but I am getting the following error: wavelet2d.obj : error LNK2019: unresolved external symbol _fftw_destroy_plan referenced in function "double __cdecl...
``` What steps will reproduce the problem? there is no problem at console application but same code over an GUI program received signal SIGSEGV, Segmentation fault. In q1fv_2 () when...
``` hi...i have opencv2.1 in devcpp environment. it works perfectly. then i recently tried installing a wavelet library downloaded from wavelib.rar now i tried compiling an example program in the...
``` Dear Developers I am Davinder Siwal from Delhi University India I am trying to use your wavele1d c++ codes for decomposition of my data in terms of wavelets. I...