Archived
1
Fork 0
jcmp: My image compression format (w/ wavelets)
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.
Find a file
2016-04-26 07:11:04 +01:00
include Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
wavelet Puts quantization in another namespace and adds non-linear quantization out of the box. 2016-04-26 07:11:04 +01:00
wavelet_report Adds stub for the second report. Adds some auxilary files. 2016-04-26 07:11:04 +01:00
wavelet_scripts Adds stub for the second report. Adds some auxilary files. 2016-04-26 07:11:04 +01:00
.gitignore Updated .gitignore 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
README.md First commit (Basic bsp setup) 2016-04-26 07:10:51 +01:00

jcmp

My very own image compression format. Made during a course on parallel computing. There will be a sequential and parallel version. The git repo is extracted from the homework repo, and may contain some unrelated things.