Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 575 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 575 Bytes

This project is dedicated to my graduate work about compression of images. The algorithm is based on discrete wavelet transfom(DWT).

Here you can find some code related to Discrete Wavelet Transform, Cyclic Extension, Haar wavelet filters, LeGall 5/3 filters.

Here are slides and my diploma. Language: Russian. https://github.com/VadimKirilchuk/jawelet/raw/master/Documentation/Slides.pptx https://github.com/VadimKirilchuk/jawelet/raw/master/Documentation/Diploma.docx

@See also https://github.com/cscheiblich/JWave for more Wavelets and other transforms implementations