jcmp: My image compression format (w/ wavelets)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Joshua Moerman b78aa759f1 Adds very ugly (but correct) 2D parallel wavelet transform 10 years ago
..
CMakeLists.txt Uses C++11 + boost now. Adds headers to QtCreator project. 8 years ago
defines.hpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
jcmp.cpp Puts quantization in another namespace and adds non-linear quantization out of the box. 8 years ago
jcmp.hpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
jcmp_image.hpp Puts quantization in another namespace and adds non-linear quantization out of the box. 8 years ago
jcmp_image_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
jcmp_quantization.hpp Adds program options, puts parallel wvlt in separate header 8 years ago
jcmp_quantization_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
periodic_iterator.hpp Made wavelet transform (sequential) 8 years ago
periodic_iterator_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
striding_iterator.hpp Made wavelet transform (sequential) 8 years ago
striding_iterator_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
wavelet.hpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago
wavelet_1.hpp Adds program options, puts parallel wvlt in separate header 8 years ago
wavelet_2.hpp Splits distribution into proc_info and plan. Refacters some variables. 8 years ago
wavelet_constants.hpp Puts everything in a namespace 8 years ago
wavelet_parallel.hpp Splits distribution into proc_info and plan. Refacters some variables. 8 years ago
wavelet_parallel_2D_mockup.cpp Adds very ugly (but correct) 2D parallel wavelet transform 8 years ago
wavelet_parallel_mockup.cpp Splits distribution into proc_info and plan. Refacters some variables. 8 years ago
wavelet_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 8 years ago