Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
compress/wavelet
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
..
CMakeLists.txt Uses C++11 + boost now. Adds headers to QtCreator project. 2016-04-26 07:11:03 +01:00
compressed_image.hpp Added a second way to save an image 2016-04-26 07:11:03 +01:00
compressed_image_test.cpp Added a second way to save an image 2016-04-26 07:11:03 +01:00
periodic_iterator.hpp Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00
periodic_iterator_test.cpp Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00
striding_iterator.hpp Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00
striding_iterator_test.cpp Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00
wavelet.hpp Puts everything in a namespace 2016-04-26 07:11:03 +01:00
wavelet2.cpp Puts everything in a namespace 2016-04-26 07:11:03 +01:00
wavelet2.hpp Adds complete wavelet algorithm 2016-04-26 07:11:03 +01:00
wavelet_constants.hpp Puts everything in a namespace 2016-04-26 07:11:03 +01:00
wavelet_test.cpp Added code to test correctness/speed of implementations. 2016-04-26 07:11:03 +01:00