Archived
1
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
Joshua Moerman
28f7497e0a Cleans up a bit, adds options for iterations 2016-04-26 07:11:04 +01:00
Joshua Moerman
ceb2256b97 Adds program options, puts parallel wvlt in separate header 2016-04-26 07:11:04 +01:00
Joshua Moerman
7d6ffce543 Puts quantization in another namespace and adds non-linear quantization out of the box. 2016-04-26 07:11:04 +01:00
Joshua Moerman
d70ba70038 Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
Joshua Moerman
ffcfab9c6f Adds more iterations to have more accurate measure 2016-04-26 07:11:03 +01:00
Joshua Moerman
2f80e92b6d Adds a parallel version of the wavelet transform (still a mockup).
Timing results suggests that it is indeed faster!
2016-04-26 07:11:03 +01:00
Joshua Moerman
edd9a03456 Splits wavelet_mul into two parts. And fixes a lot of warnings. 2016-04-26 07:11:03 +01:00
Joshua Moerman
a4bf3adb7d Added code to test correctness/speed of implementations.
Some small bits and pieces in utilities.
2016-04-26 07:11:03 +01:00
Joshua Moerman
ea705aedc1 Adds complete wavelet algorithm 2016-04-26 07:11:03 +01:00
Joshua Moerman
82896f161a Updated .gitignore 2016-04-26 07:11:03 +01:00
Joshua Moerman
2466cd2a7c A faster implementation (only basic functions so far) 2016-04-26 07:11:03 +01:00
Joshua Moerman
0fcfd492f8 Puts everything in a namespace 2016-04-26 07:11:03 +01:00
Joshua Moerman
41869d8cb0 Added a second way to save an image 2016-04-26 07:11:03 +01:00
Joshua Moerman
8103b7fbf4 Made file format. Restructures some stuff. 2016-04-26 07:11:03 +01:00
Joshua Moerman
0853249e2d Uses C++11 + boost now. Adds headers to QtCreator project. 2016-04-26 07:11:03 +01:00
Joshua Moerman
3bcc2abf42 Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00