Archived
1
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
Joshua Moerman
0b6f80473a Adds hilbert/wavelet thingies. 2016-11-14 20:42:45 +01:00
Joshua Moerman
553eff00e3 (committing very old stuff) No clue what has changed 2016-04-26 07:11:06 +01:00
Joshua Moerman
83814a30a0 Adds program options for the 2d mockup, also makes it cartesius compatible 2016-04-26 07:11:05 +01:00
Joshua Moerman
572d257e1d Adds an optimalisation in pow_two, Updates some comments, reordered some stuff 2016-04-26 07:11:05 +01:00
Joshua Moerman
1520a4928d Added m as a program option 2016-04-26 07:11:05 +01:00
Joshua Moerman
bf6133d0e6 Puts program options in a struct, because we have to explicitly share it 2016-04-26 07:11:05 +01:00
Joshua Moerman
632fe2f5b2 Changed bool options to flags and added show-input flag 2016-04-26 07:11:04 +01:00
Joshua Moerman
b78aa759f1 Adds very ugly (but correct) 2D parallel wavelet transform 2016-04-26 07:11:04 +01:00
Joshua Moerman
763d7e25d8 Splits distribution into proc_info and plan. Refacters some variables. 2016-04-26 07:11:04 +01:00
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